-
rls
RLS滤波算法的matlab实现,有注释(RLS filter algorithm)
- 2010-12-13 21:07:57下载
- 积分:1
-
Matlab1
matlab的特殊矩阵的实现
是word文档(matlab implementation of the special matrix is the word document)
- 2010-05-28 16:59:52下载
- 积分:1
-
PSO
粒子群算法的详细的MATLAB程序,很好的学习材料。(PSO detailed the MATLAB program, good learning materials.)
- 2011-10-19 16:16:58下载
- 积分:1
-
pls
可以用于计算排列熵,很实用,欢迎大家交流(Arrangement can be used to calculate the entropy, it is practical, we welcome the exchange of)
- 2021-01-04 23:18:55下载
- 积分:1
-
matpower4.0b4
this file is matpower software that is a power engineering software.
- 2012-07-03 00:27:53下载
- 积分: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
-
WeibullDistrib
给定威布尔函数的lambda和k,直接绘制其累积概率的图。(A given weibull function of lambda and k, directly map the cumulative probability.)
- 2013-12-13 13:31:43下载
- 积分:1
-
SVM
A support vector machine (SVM) is a concept in statistics and computer science for a set of related supervised learning methods that analyze data and recognize patterns, used for classification and regression analysis.
- 2011-11-09 11:55:21下载
- 积分:1
-
MATLAB-CODE
SOURCE CODE FOR MATLAB
- 2012-09-13 22:06:45下载
- 积分:1
-
windmeasurement
北京气象台测量10月1日0:00到10月1日12:00风向和风力实例,文章出自:凯娜Matlab教程网,尊重版权是美德,转载请保留原地址,感谢合作!(Beijing Meteorological Observatory measurements at 0:00 on the October 1st to at 12:00 on October 1st, wind direction and instances from the article: Kaina Matlab tutorial, respect for copyright is a virtue, reproduced Please keep the original address, thank cooperation!)
- 2012-11-30 20:43:14下载
- 积分:1