-
Matlab_VC
By analyzing characteristics of Matlab and Visual C++,the advantages of applying the Matlab and Visual C++ interface to develop application program is presented. On basis of comparing with the other interface methods ,the advantages and disadvantages of several common interfaces are studied,and the most functions provided by Matlab engine is proved to be comprehensive. An example showing the combination of Matlab and VC in image and data processing is proposed
- 2010-08-04 05:31:37下载
- 积分:1
-
DOAwushizhen
本算法能对来波方向进行估计,精确度在10度以内,很有学习价值(The algorithm can estimate the DOA accuracy within 10 degrees, great learning value)
- 2010-05-07 10:18:50下载
- 积分:1
-
RTM_Matlab_Intro
This is a primary helpful guide for use of matrix,functions,and plot commad in matlab software.
- 2011-03-29 14:30:55下载
- 积分:1
-
LEACH
wsn leach算法源码,对于掌握wsn的拓扑控制很有帮助(the code of the wsn s LEACH)
- 2012-05-11 22:17:15下载
- 积分: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
-
chapter04_ex
matlab数值分析与应用线性方程组数值方法(linear simultaneous equations
)
- 2011-04-28 14:21:18下载
- 积分:1
-
Flow_Shop_Scheduling_Problem
混合蛙跳算法程序,采用1、若干次运行取最优
2、增加进化代数maxgen
3、加大种群规模popsize。三种方法来可有效克服随机初始化带来的局部极小问题(Shuffled frog leaping algorithm, using one, several runs to take the best two, increasing evolution algebra maxgen 3, to increase the population size popsize. Three ways to effectively overcome local minima caused by random initialization problem)
- 2013-07-23 22:27:44下载
- 积分:1
-
power_transfo
power_transfo.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_transfo.rar,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:11:46下载
- 积分:1
-
decimate
MATLAB 数字信号处理工具箱中decimate函数c语言实现(MATLAB Digital Signal Processing Toolbox decimate function c language)
- 2013-11-05 14:13:08下载
- 积分:1
-
D-SFusion
D-S证据理论以及D-S证据合成规则matlab实现
封装成函数简单易用(D-S evidence theory &
D-S evidence synthesis
matlab programing)
- 2010-06-27 22:20:03下载
- 积分:1