-
GameofLife
A matlab code which uses a cellular automata code in order to describe Conway s Game of Life
- 2013-03-11 23:30:28下载
- 积分:1
-
matlab_linear
MATLAB线性规划。在人们的生产实践中,经常会遇到如何利用现有资源来安排生产,以取得最大经济效益的问题。此类问题构成了运筹学的一个重要分支—数学规划.........(The MATLAB linear programming. Production practice, often encounter how to use existing resources to arrange production, in order to obtain maximum economic benefits. Such problems constitute an important branch of operations research- mathematical programming .........)
- 2013-03-20 10:33:45下载
- 积分:1
-
NMEA-Parser
This is the parser of NMEA encoded data from GPS it separates lat and long
- 2014-02-13 01:27:07下载
- 积分:1
-
matlab
matlab基础入门相关的课件 ppt格式(matlab based on entry-related courseware ppt format)
- 2008-01-20 15:52:55下载
- 积分:1
-
MATLAB
这个是逐步搜索法的MATLAB主程序,牛顿法,不动点迭代法(This is a step by step search method MATLAB main program, compiled his free time, by running the verification.)
- 2009-12-01 21:09:14下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
Iluminamento
Calculates the luminance of a square using Matlab.
- 2011-05-25 04:47:21下载
- 积分:1
-
ACA_TSP
ACA_TSP是用蚁群算法(ant colony algorithm)解决旅行商问题(travelling salesman problem)。文件打开后运行ACA_TSP.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(ACA_TSP is to solve the traveling salesman problem (travelling salesman problem) ACO (ant colony algorithm). Run ACA_TSP.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:47:23下载
- 积分:1
-
IEEE33Forwardandbackward
来源于电力系统分析教材,使用IEEE33节点配电网前推回代潮流计算程序,程序有大量注释,利于初学者学习。 (From power system analysis materials, use IEEE33 node distribution grid before backward sweep flow calculation program, the program has a large number of comments, which will help beginners to learn.)
- 2015-08-01 11:14:19下载
- 积分:1
-
MATLAB
DSP PROGRAMS ON DFT,CORRELATION,FIR AND IIR FILTER DESIGN
- 2011-02-07 00:22:33下载
- 积分:1