-
matlab7
一些关于matlab7的实用教程,对于初学者很有帮助,希望能帮你快速入门(matlab)
- 2010-05-14 17:04:22下载
- 积分:1
-
matlab1
matlab经典算法的程序实现,很好用哦,欢迎下载(classical algorithm matlab the program Oh well, welcome to download)
- 2013-03-25 17:28:13下载
- 积分:1
-
chap10
这是较好的Matlab源代码,希望此代码能对大家有所帮助。(This is a better Matlab source code, I hope this code can be helpful to everyone.)
- 2007-10-10 10:46:41下载
- 积分:1
-
Matlabfcm
说明: fcm模糊聚类算法的matlab实现,非常好用(fcm the matlab fuzzy clustering algorithm to achieve very good)
- 2009-08-01 14:42:57下载
- 积分:1
-
avg
image processing-average
- 2012-05-02 17:39:40下载
- 积分: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
-
three_level_diode_clamped_single_phase_pwm
matlab simulink model for a three level single phase pwm inverter
- 2015-02-15 18:38:45下载
- 积分:1
-
K目标跟踪中的K均值聚类法 KMeans
K目标跟踪中的K均值聚类法,根据预测坐标进行初始化(K means algorithm)
- 2017-05-07 14:38:34下载
- 积分:1
-
g_function
fault classification of EHV transmission lines based wavelet in matlab langue.
- 2010-12-29 17:07:24下载
- 积分:1
-
gaussq
高斯积分,可以实现任意区域上的平面二重积分,可以带有参数。精确度高,希望对大家有用!(Gaussian integration can be achieved on any area of the plane of the double integral with parameters. Accuracy, we hope to useful!)
- 2021-04-27 20:48:44下载
- 积分:1