-
APF
多个关于有源电力滤波器的仿真例子,所有例子都有调试完毕,对学习APF有帮助(A plurality of active power filter on simulation example, all the examples have debugging, learning APF helpful)
- 2015-05-26 17:21:42下载
- 积分:1
-
robotsim1
此段代码实现了一个点机器人的避碰功能,具有良好的实现界面。(This code implements collision avoidance function of point robot , and there s a good interface.)
- 2009-09-23 11:17:26下载
- 积分:1
-
DigitalimageprocessingMatlabCourseware
数字图像处理之MATLAB版的课件 有张卫平老师教授(Digital image processing with MATLAB versions of courseware teacher Professor Weiping)
- 2010-07-30 16:02:02下载
- 积分:1
-
matlabzhuchengfen
MATLAB主成分分析法,对于数学建模的同学很有帮助(PCA MATLAB)
- 2011-08-05 15:11:25下载
- 积分:1
-
application-of-CG-and-Gauss-Seidel-
共轭梯度法和Gauss-Seidel迭代法的matlab实现,实例操作,取得了良好的效果(Conjugate gradient method and the Gauss-Seidel iteration method matlab implementation, instance operations, and achieved good results
)
- 2011-10-07 20:29:03下载
- 积分:1
-
superclock
This code will display a super clock. this code is done in MATLAB.
- 2015-02-06 01:18:58下载
- 积分:1
-
fmeasure
MATLAB FocusMeasure to C++ Convert alg
- 2015-04-02 14:48:40下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
MUSIC
说明: 分别用工具箱里的库函数和自己编写的利用噪声子空间法算法作MUSIC估计(Toolbox respectively in the preparation of library functions and their use of the noise subspace for the MUSIC algorithm estimates)
- 2008-11-03 23:59:29下载
- 积分:1
-
tsp2matlab
说明: 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1,我用该程序只能优化到810左右,应该是陷入局部最优,但我不知问题出在什么地方。请用过蚁群算法的高手指教。
蚁群算法的matlab源码,同时请指出为何不能优化到已知的最好解(The program attempts to have 31 cities of the VRP is solved, the optimal solution is known as 784.1, I use the program can only be optimized to about 810, should fall into local optimum, but I do not know where the problem is. Please teach master ant colony algorithm used. Ant colony matlab source, also please explain why not optimize the best solution to a known)
- 2010-04-27 20:09:43下载
- 积分:1