-
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
-
Regularized-Filter
Project on Image Restoration
- 2013-11-12 17:54:44下载
- 积分:1
-
paper_MATLAB_ISODATA
用MATLAB编程实现ISODATA算法的论文(Programming with MATLAB algorithm ISODATA papers)
- 2007-12-04 09:45:49下载
- 积分:1
-
solovay-strassen-primality-test
solovay-strassen素性测试法的matlab实现,这也是密码学中的常见算法(solovay-strassen primality test of matlab implementation, which is common cryptography algorithms)
- 2009-03-13 22:58:53下载
- 积分:1
-
AntColonyOptimization
包括蚁群优化算法,梯度优化算法两个文档。(Including ant colony optimization algorithms, gradient optimization algorithm the two documents.)
- 2008-04-23 10:26:18下载
- 积分:1
-
RD
说明: rd算法仿真,有单点目标成像仿真结果。去除了距离徙动。(rd algorithm simulation, has a single point target imaging simulation results. In addition to migration distance.)
- 2008-07-03 16:20:49下载
- 积分:1
-
matlab_vs2008
matlab vs2008混合编程,减少程序移植工作量。(matlab vs2008 mixed programming, reduce the workload of the transplant procedure.)
- 2012-08-27 16:37:25下载
- 积分:1
-
speckle-noise
数字图像滤波的程序,包括散斑噪声的生成,中值,均值,Lee,Kuan滤波算法的实现,还计算了三个指标:峰值信噪比,等效视数,散斑指数。(Digital image filtering process, including the generation of speckle noise, median, mean, Lee, Kuan filtering algorithm, also calculated three indicators: the peak signal to noise ratio, equivalent number, speckle index.)
- 2014-04-08 21:18:34下载
- 积分:1
-
fulile
对信号进行傅里叶变换的程序,附带实验报告,有兴趣的同学可以下载(Fourier transform of the signal process, with lab reports, students who are interested can download)
- 2011-05-08 17:10:31下载
- 积分:1
-
Huffman_code_implementation_of_the_MATLAB
能使霍夫曼编码在matlab上得到实现,从而进一步了解霍夫曼编码的原理(Huffman code can be up at matlab implementation, further understanding of the principle of Huffman coding)
- 2009-03-22 10:52:00下载
- 积分:1