-
PR_10
基于图像拉普拉斯信息的图像分割matlab代码(image segmentation code based on image laplace information )
- 2012-05-12 12:58:51下载
- 积分: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
-
UWB5
UWB,超宽带信号分析必用的子函数,第5部分!(UWB, ultra-wideband signal analysis will be used for Functions, Part 5!)
- 2010-07-05 13:21:25下载
- 积分:1
-
MatLab-7--Programming
本文档为 Matlab 教程,用于初学者学习使用Matlab。(Matlab tutorial)
- 2013-03-13 10:09:12下载
- 积分:1
-
MATLABsimulik
这是一本电子书,书名叫应用MATLAB建模和仿真,看了一下,感觉还不错!和大家分享!(This is an e-book, entitled Application of MATLAB modeling and simulation, look, I feel pretty good! And everyone to share!)
- 2007-11-13 16:06:16下载
- 积分:1
-
qianfangjiaohui
一个摄影测量中的前方交会函数 MATLAB程序(Photogrammetry in a forward intersection function MATLAB program)
- 2008-06-27 14:51:00下载
- 积分:1
-
03
说明: Matlab语言及其在电子信息工程中的应用,讲的非常好!(Matlab languange and its implitation in electric and information engineering)
- 2010-03-16 13:31:40下载
- 积分:1
-
prediction_one_step
说明: 利用RBF神经网络实现混沌预测,并结合matlab进行仿真,较好实现其功能(Realize the use of RBF neural network prediction of chaos, combined with matlab simulation, better realize its function)
- 2008-09-05 08:51:15下载
- 积分:1
-
The-Fifth-Discipline
PMP 书籍,认证必须品,欢迎下载PMP 书籍,认证必须品,欢迎下载PMP 书籍,认证必须品,欢迎下载(PMP books, certification necessities, welcome to download)
- 2014-02-07 16:58:40下载
- 积分:1
-
lsqr_b
此算法为用于解反问题的lsqr算法,对Ax=b,输入矩阵A,列向量b,以及迭代步数,求得列向量x(This algorithm is used for solution of the inverse problem lsqr algorithm, Ax = b, the input matrix A, the column vector b, as well as the number of iterative steps, to seek the column vector x)
- 2009-09-04 10:46:28下载
- 积分:1