-
nonlineareq
function g=nonlineareq(x)
Here is an example of nonlinear system that can be solved by using
the Matlab command "fsolve" written in the file called "solution.m"
(see quasi-Newton or Levenberg-Marquardt methods).
g(1)=x(1)-4*x(1)*x(1)-x(1)*x(2)
g(2)=2*x(2)-x(2)*x(2)+3*x(1)*x(2)
- 2012-03-27 03:28:25下载
- 积分:1
-
matlab-Instance
MATLAB程序设计一些实例,附有源代码,可参考使用,减小开发量。(MATLAB programming some examples with the source code, refer to the use, reduce the development capacity.)
- 2012-04-26 22:14:10下载
- 积分:1
-
MATLab-GUI
matlab精通GUI界面编程,作者施晓红,周佳(matlab GUI graphical user interface)
- 2011-11-28 11:24:45下载
- 积分:1
-
zero_n_dispersion
光子晶体色散方程,matlab编译,程序简单易用,正确率高(Photonic crystal dispersion equation, matlab compiler, the program easy to use, the correct rate)
- 2011-05-22 21:44:46下载
- 积分:1
-
ImageNoiseEvaluation
This matlab code show the noise calculations in image like PSNR etc. Which helps in image processing projects.
- 2013-02-26 14:45:35下载
- 积分:1
-
ml1
使用matlab实现的,基础单变量以及多变量梯度下降算法,和信号分类以及信号归一化部分算法,是机器学习领域最基本的代码,希望大家多多交流(matlab implementation of basic univariate and multivariate gradient descent and signal classification algorithms, machine learning basic code, hope that more exchanges)
- 2013-10-29 15:34:24下载
- 积分:1
-
1
说明: 直接序列扩频代码,完成直接序列扩频的扩展功能(Direct sequence spread spectrum code to complete the extended functionality of direct sequence spread spectrum)
- 2013-10-22 16:11:30下载
- 积分:1
-
BGA
BGA Binary Genetic Algorithm Matlab Code
- 2009-05-07 15:09:06下载
- 积分:1
-
pso_vcpp
粒子群算法
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。(pso
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。)
- 2009-07-15 14:07:42下载
- 积分:1
-
matlab
三维数据去噪处理,一维。二维数据去噪也可以使用(3D data denoised)
- 2020-12-16 10:49:13下载
- 积分:1