-
fuzzy-fusion123
非常经典的基于模糊信息处理的数据融合方法研究.用MATLAB 实现的。
请大家好好学习(Very classical information processing based on fuzzy data fusion method. Using MATLAB realization. Please study hard)
- 2008-04-03 11:18:57下载
- 积分:1
-
m12062
Using serial port with Matlab GUI.
- 2012-05-09 04:02:44下载
- 积分:1
-
marcucci_datacode
这个是matlab中msgarch的估计方法(matlab msgarch de guji fangfa)
- 2010-11-24 09:20:49下载
- 积分:1
-
huiseyuce
灰色预测能够用很少的数据加以预测,是统计的重要方法(The gray prediction can be predicted with very little data, statistics)
- 2012-08-21 02:25:45下载
- 积分:1
-
leida2Kalman
Kalman滤波跟踪目标运行时需添加数据,并修改路径(Kalman filter tracking target runtime needs to add data, and modify the path
)
- 2014-11-15 11:47:18下载
- 积分:1
-
EMTP
EMTP: Expectation conditinal Maximazation either Thresholding Pursuit Coded by Heping Song
- 2014-12-22 21:34:13下载
- 积分:1
-
GA_MATLAB
matalab实现银行家算法自己写的仅供交流(for learn from each other ,the matlab code by myself .)
- 2011-08-25 10:27:19下载
- 积分:1
-
Matlab_DEM
Matlab 有限元法计算分析程序编写 相信很多朋友都用到有限元,希望对大家有帮助(Matlab FEM analysis programmers believe that many of his friends have used finite element, We hope to help)
- 2007-01-07 16:41:51下载
- 积分:1
-
Output-for-A-LAW
Matlab alaw mukaw ouptu
- 2013-10-16 23:35:36下载
- 积分: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