-
xyz_elements
matlab程序,实现卫星的两行轨道要素和位置速度矢量的互转,用于轨道动力学计算(matlab program to realize the satellite orbital elements and position of two lines of the velocity vector of the system conversion, calculated for the orbital dynamics)
- 2010-09-28 18:12:46下载
- 积分:1
-
mtsp_ga
说明: matlab多旅行商问题以及各种算法如蚂蚁算法和遗传算法(matlab multi-traveling salesman problem and various algorithms such as the ant algorithm and genetic algorithm)
- 2009-07-23 10:59:14下载
- 积分:1
-
polardb
波束形成算法中一种变换形式的极坐标算法(与传统的极坐标算法不同)(Polardb is a modified version of the regular polar function.)
- 2012-04-23 11:27:59下载
- 积分:1
-
Bloss
this source code is bloss matlab
- 2013-08-04 14:56:38下载
- 积分: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
-
radar_system_matlab
雷达仿真程序,包括雷达系统中会用到的一些常用程序(Radar simulation program, including the radar system will be used in some commonly used procedures)
- 2009-01-06 23:06:47下载
- 积分:1
-
sijizi
基于Matlab的四极子电磁场分布图仿真(Matlab based on the four-pole distribution of electromagnetic field simulation)
- 2009-07-12 10:44:38下载
- 积分:1
-
MatlabP7.0
matlab7.0基础教程,很全面,适合初学者(matlab7.0 Basic tutorial, very comprehensive, suitable for beginners
)
- 2013-03-04 18:15:21下载
- 积分:1
-
pv_array
Inside the voltage-input PV module PV Module Characteristics Simulink model
- 2014-01-05 23:40:07下载
- 积分:1
-
Modern-optimization-algorithm
禁忌搜索(tabu
search ),模拟退火(simulated annealing),遗传算法(genetic algorithms),人工神经网
络(neural networks)的matlab源码(Tabu search (Tabu search), simulated annealing (simulated annealing), genetic algorithms (genetic algorithms), artificial neural networks (neural networks,) matlab source)
- 2013-04-20 15:36:21下载
- 积分:1