-
featureface
利用matlab编程pca和fld算法来计算人的特征脸(Programming using matlab pca and fld algorithm to calculate the characteristics of human face)
- 2010-09-15 21:37:25下载
- 积分:1
-
osworkflow
osworkflow的一个demo,可以用作参考(A demo osworkflow can be used as a reference)
- 2015-02-05 13:16:18下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
chess20100425
一种用matlab编程的象棋游戏。分享给大家。(A kind of chess game with the matlab programming. To others.)
- 2010-05-30 12:26:36下载
- 积分:1
-
DWT_new
小波变换,小波去噪,小波滤波新方法(软阈值)(Wavelet transform, wavelet denoising, wavelet filtering new methods (soft threshold))
- 2013-12-05 10:33:05下载
- 积分:1
-
vbmatrix
使用vb和matrix画图,调用matlab函数(Using vb and matrix drawing, call the matlab function)
- 2010-06-26 09:19:36下载
- 积分:1
-
MATLABsimulink
matlab simulink主要介绍了simulink模块的使用,适合初学者学习!(matlab simulink simulink module introduces the use of, suitable for beginners to learn!)
- 2010-10-05 16:16:15下载
- 积分:1
-
segyread
在MATLAB中将seg-y格式的读入,并可以进行SEG-Y与asc2的转换以及加地震道头等操作(Seg-y in the MATLAB format will be read, and can SEG-Y and asc2 the conversion and operation of additional seismic top)
- 2020-10-03 10:57:40下载
- 积分:1
-
Nominalstress1
名义应力发估算疲劳循环次数,希望对你有所帮助,共同学习探讨(Nominal stress to estimates fatigue life cycles)
- 2012-03-29 16:41:31下载
- 积分:1
-
GSM-CHANNEL-CODING
MATLBA 信道仿真,完成信道卷积码循环码的编译码(MATLBA channel simulation complete Channel Convolutional Codes cycle code encryption)
- 2007-04-15 12:49:26下载
- 积分:1