-
GUI
A simple source code to learn Matlab GUI
- 2010-06-25 14:05:15下载
- 积分:1
-
matlab01
说明: Matlab的数理统计工具箱是Matlab工具箱中较为简单的一个,其牵扯的数学知识是大家都很熟悉的数理统计,出数理统计工具箱的一些函数,这些函数的意义都很明确,使用也很简单,为了进一步简明,本文也仅仅给出了函数的名称,没有列出函数的参数以及使用方法,大家只需简单的在Matlab工作空间中输入“help 函数名”,便可以得到这些函数详细的使用方法。(Mathematical Statistics Matlab toolbox Matlab toolbox is a relatively simple, the mathematical knowledge involved are very familiar with the U.S. mathematical statistics, mathematical statistics toolbox out some function, the significance of these functions are very clear, use is also very simple, for further simplicity, this article only gives the function name, function parameters are not listed and the use of methods, the U.S. simply working space in Matlab, type )
- 2008-09-03 15:08:28下载
- 积分:1
-
figure2epsV1_2
CONVERTING FIGURES TO MATRIX IN MATLAB
- 2013-09-10 18:03:23下载
- 积分:1
-
HCR-Protocol-in-Matlab_By_Rashmi_Ranjan_Sahoo
HCR protocol in MATLAB
- 2014-09-25 14:55:11下载
- 积分:1
-
acpeigenface
a simple eigenface program under matlab
Imagetest is the picture of the guy you want to find among the 20 guys
- 2010-11-04 00:25:42下载
- 积分:1
-
4s4as4d44444
这是matlab批量读入图片的程序,很好用,里面有详细的说明(This is read into the picture matlab batch process, useful, which is described in detail)
- 2010-05-10 16:39:48下载
- 积分:1
-
HISTMATCHING
implentation of histogram matching
- 2011-10-13 13:23:59下载
- 积分:1
-
lookforpaths
Program to look all the paths from N sources each other.
- 2010-07-01 17:27:21下载
- 积分:1
-
MATLAB_algorithm
Matlab语言中常用的算法程序集,包含了如数值微分, 解线性方程组的迭代法等等方法,便于你学习Matlab(Matlab language commonly used algorithm assembly includes, such as numerical differentiation, solution of linear equations of the iteration method, etc., to facilitate you to learn Matlab)
- 2010-07-05 20:47:46下载
- 积分: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