-
10.1.1.105.5732
matlab description for GA optimization
- 2010-11-13 21:11:19下载
- 积分:1
-
matlab_TSR
使用MATLAB实现的,能完成路标的检测和识别的源代码程序(The use of MATLAB to achieve, to complete the detection and identification of signs of the source code program)
- 2009-05-13 21:18:16下载
- 积分:1
-
INS
惯性导航算法,有输入数据,在MATLAB下的哦,直接就可以运行得通,惯性技术作业哦!(Inertial navigation algorithm, the input data in MATLAB Oh, it can be shipped directly works, inertial technology jobs oh!)
- 2013-11-24 23:43:11下载
- 积分:1
-
GFClass
这是一个径向基函数网络MATLAB的源程序,用于两类线性不可分的数据的分类(This is a RBFN MATLAB source for the two types of non-linear data classification)
- 2007-07-09 15:11:29下载
- 积分:1
-
editContourusemouse
利用matlab编程,实现鼠标对目标轮廓的编辑和选取,具有一定的实用价值(Using matlab programming, the realization of the mouse on the target contour editing and selection, has a certain practical value)
- 2007-12-21 17:04:18下载
- 积分:1
-
DE-phase-only-synthesis
运用差分进化算法实现一维线阵方向图优化,还包含了带有单纯形算法局部搜索的混合算法程序(One-dimensional linear array pattern optimization using differential evolution algorithm)
- 2021-02-03 18:59:59下载
- 积分:1
-
testGaussian
Generate test guasian
- 2010-05-25 23:54:01下载
- 积分:1
-
Radarsimulink
一个雷达系统的模拟程序!比较逼真的展示雷达的工作过程1(A radar system simulation program! Realistic comparison of the working process of the radar display 1)
- 2009-01-04 19:44:10下载
- 积分:1
-
komple_sis
heat conversion and fare calculator for simulink
- 2010-07-14 17:08:00下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1