-
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
-
QUADRDJ
Please read THIS DOCUMENTE
- 2013-05-05 10:37:16下载
- 积分:1
-
GraspMht
多目标跟踪的 MHT 算法的一种实现。可以在 Linux 版的 MATLAB 中运行。代码仅供参考。相关论文:
1. Multiple object video tracking using GRASP-MHT
2. An Efficient MHT Implementation Using GRASP(An implementation of MHT for multi-target tracking. For research purpose only. Related papers:
1. Multiple object video tracking using GRASP-MHT
2. An Efficient MHT Implementation Using GRASP)
- 2020-07-03 13:00:01下载
- 积分:1
-
AR模型功率谱估计
用现代谱估计法中的AR模型对信号进行功率谱估计(The power spectrum of the signal is estimated by the AR model of the modern spectral estimation method)
- 2017-06-27 21:24:37下载
- 积分:1
-
改进的ACO和PSO算法在TSP中的应用
改进的ACO和PSO算法在TSP中的应用
蚁群优化算法(Ant Colony Optimization,ACO)和粒子群算法(Particle Swarm
Optimization,PSO)是两种典型的群体智能算法。由于算法的高效性和易实现性,因此
成为了众学者的研究焦点。目前,这两种算法已被应用到函数优化和工程技术领域,并
取得了较好的效果。另一方面,算法在许多领域的研究还处于起步阶段,算法本身存在
着一些不足之处。
旅行商问题(Traveling Salesman Problem,TSP)是一种经典的、受到广泛研究的
组合优化问题之一。迄今为止,已经有多种不同的求解方法被提出。蚁群优化算法和粒
子群算法均被尝试应用于旅行商问题的求解,并取得了较大进展。然而,与一些专门用
于求解旅行商问题的启发式方法相比,算法在所求解的质量上仍存在一些不足。因此,
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-25 18:02:37下载
- 积分:1
-
ACATSP1
用基本的蚁群算法求解TSP问题,改算法可移植性比较强,还可用于解决其他如图着色等问题(Solving TSP Problem)
- 2009-03-15 10:53:16下载
- 积分:1
-
backprop.m
this is a program on matlab backpropagation of error.
- 2009-10-11 21:08:39下载
- 积分:1
-
work
filtering of file containg the filtering of file that is uploaded
- 2010-11-19 13:05:35下载
- 积分:1
-
GA_for_Matlab5
matlab的遗传算法(GA)程序,补充了该工具箱可以用于解决优化问题。(matlab genetic algorithm (GA) procedure, add the toolbox can be used to solve the optimization problem.)
- 2009-07-09 16:27:23下载
- 积分:1
-
69107
通信原理课程设计利用matlab中的simlingk做的伪随机码的设计(Communication Theory course design using matlab in simlingk do pseudo-random code design)
- 2011-06-19 17:48:00下载
- 积分:1