-
structureofmatter
化学从宏观现象的 研究越来越深入到微观本质的探讨,即物质结构的观点更加广泛深入地渗透到化学各分支学科的领域。(Study of chemical phenomena from the macro to the micro nature more and more in-depth discussion, the view that the structure of matter and wider and deeper penetration into the area of various branches of chemistry.)
- 2010-12-14 16:56:59下载
- 积分: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
-
ltc5
估计功率谱的经典方法,即周期图和修正周期图法(Estimate the power spectrum of the classic method, ie, the period map and corrected periodogram)
- 2013-11-10 18:25:48下载
- 积分:1
-
333331
MATLAB7.0编程基础-动画教程,高级动画程序(MATLAB7.0 programming foundation- Animation,Advanced animation program
)
- 2011-12-17 10:20:44下载
- 积分:1
-
Butterworth-filter
这是Simulink关于巴特沃兹滤波器的模型。希望对初学者有用。(This is the Simulink model about bart ward filter. Hope useful for beginners.
)
- 2021-04-19 09:38:51下载
- 积分:1
-
lhsdesign
生成n维变量的拉丁超立方样本点,直接导出样本点。(Generate the sample points of n-dimensional input vectors.)
- 2021-02-25 15:19:38下载
- 积分:1
-
SAR-GMTI
星座SAR动目标检测,包括原始背景面目标模拟,运动点目标模拟,数据合成与配准,星座SAR动目标检测算法(Constellation SAR moving target detection, including the original background surface raw data simulation, moving point target simulation, data synthesis and registration, constellation SAR moving target detection algorithm)
- 2021-03-12 10:19:26下载
- 积分:1
-
rutina
2D fem solver for Octave/matlab
- 2012-05-22 03:14:40下载
- 积分:1
-
Statistical-recognition-
图像处理中数字识别的相关算法,自己私藏的统计识别模板。神经网络/聚类分析。matlab实现。(AI-NN-PR
pattern recognition
matlab)
- 2013-01-29 15:07:05下载
- 积分:1
-
Navigation
介绍了并联机器人的导航算法,实用起来方便,实现了仿真的功能(Introduced parallel robot navigation algorithm, practical it easy to achieve a simulation function)
- 2014-09-06 21:42:47下载
- 积分:1