-
matlabexamplefull(1)
这是我收集到的最全的关于matlab程序实例应用,尤其对于学习数学的同学最有帮助。很牛的,有需要的我还可以再传一些。免费为有需求的人写程序。(This is my collection of the most complete examples of the application of Matlab procedures, especially for students studying mathematics most helpful. Niu is, I need the re-some can. Free for the demand for a written procedure.)
- 2007-05-06 23:09:13下载
- 积分:1
-
snakes
matlab写的蛇形算法,效果很好,内附图片,通过改变输入的图像运行自己的程序。( snake algorithm with matlab , works well.)
- 2011-08-25 17:14:23下载
- 积分:1
-
PMSM_VC_modified
说明: 永磁同步电机矢量控制的matlab仿真,电流内环,转速外环。(Vector control of permanent magnet synchronous moto)
- 2019-11-23 10:42:56下载
- 积分:1
-
text_compare
this project compares two text in txt format for plagiarisim detection.this script show how works winnoing method and return similarity in form of figure between 0 to 100.
- 2015-03-07 18:04:51下载
- 积分:1
-
logistics
说明: logistic 映射分叉图
用matlab 写的源程序(logistic mapping bifurcation and using Matlab was the source)
- 2006-03-27 21:51:59下载
- 积分:1
-
anneal
a code for simulated annealing algorithm
- 2013-01-03 19:14:42下载
- 积分:1
-
gas_diffusive
污染物扩散的数值模拟,单扩散,无源,对热传递很有帮助(Pollutant dispersion simulation, single diffusion, passive, very useful for heat transfer)
- 2011-07-04 21:43:54下载
- 积分:1
-
bayesian-classifier
bayesian classifier
- 2011-07-25 03:45:39下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1
-
ACATSP
说明: 基于蚁群算法的TSP问题求解的MATLAB程序(TSP problem based on ant colony algorithm for solving the MATLAB program)
- 2010-04-23 21:43:16下载
- 积分:1