-
How-Use-ODE45-to-solve-Boundary-Value-ODE
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
- 2012-06-24 04:37:26下载
- 积分:1
-
M-Files
平面钢架元的有限元分析编码,其中列出了需用到的函数的编码,可以直接调用(Flat steel element finite element analysis code, which sets out the need to rely on the encoding function can be called directly)
- 2010-06-02 12:21:37下载
- 积分:1
-
apriori
数据挖掘,apriori,关联分析,啤酒,尿布(maning data,apriori)
- 2012-04-30 20:43:17下载
- 积分:1
-
Newton
采用MATLAB编写的牛顿法插值程序,在《数值计算》测试算例中调试通过。(An interpolation program using Newton method in MATLAB, the validity of which has been verified in the standard numerical test.)
- 2015-01-03 22:59:41下载
- 积分:1
-
DFAF
该程序是使用Matlab仿真协同通信的DF(解码转发)基本性能,基本模型S-R-D三个节点,接收端使用MRC(最大比合并)。固定DF由于SR信道的错误,其性能受到限制,在大SNR情况下不能获得有效分集。而当SR距离足够近的时候,可能获得一定的分集增益(The program is a cooperative communication using Matlab simulation DF (decode forwarding) basic performance, the basic model of the SRD three nodes, the receiver uses the MRC (maximum ratio combining). Fixed DF error of the SR channel, its performance is limited, can not obtain a valid diversity in the large SNR case. When the SR close enough, you may get a certain amount of diversity gain)
- 2012-05-14 19:39:53下载
- 积分:1
-
SIFT
sift algorithm for detection of object even in different orientations
- 2011-09-09 21:58:02下载
- 积分:1
-
fern
Experiments with MATLAB源代码:fern仿真(Experiments with MATLAB source code: fern Simulation)
- 2011-04-25 11:06:56下载
- 积分:1
-
I_14
基于Matlab的指纹识别代码,有兴趣可以看看(Fingerprint identification code)
- 2012-03-23 21:13:06下载
- 积分:1
-
WCDMA-DL-and-UL-simulation
该仿真平台是在特定多径衰落环境下对WCDMA基站和移动台的行为和性能进行仿真,包括下行和上行链路的仿真,并且有图形用户界面GUI(The simulation platform is a multipath fading environment in particular on the behavior and performance of WCDMA base station and mobile station simulation, including simulation of the downlink and uplink, and has a graphical user interface (GUI))
- 2013-11-29 19:48:25下载
- 积分:1
-
low_pass_filter
an ideal lowpass filter
- 2020-11-10 22:29:45下载
- 积分:1