-
MATLAB_GUI
MATLAB图形句柄
1 图形对象及其句柄
2 图形对象属性
3 图形对象的创建
(MATLAB graphics handle a graphic object and the handle 2 graphics object property 3 to create graphic objects)
- 2010-08-04 13:22:25下载
- 积分:1
-
123
推算表,还没有写完,下面没有了思路了,我会继续写完他的.(Projection table, has not yet finished, the following no idea, and I will continue to finish him.)
- 2009-12-28 15:50:13下载
- 积分:1
-
3
说明: 联邦卡尔曼的学习资料。英文资料,希望对大家有用!(Federal Kalman' s learning materials. Information in English, and I hope useful!)
- 2011-04-09 08:35:17下载
- 积分:1
-
MCA
机动目标跟踪
自适应判别目标运动状态
Matlab仿真程序(Maneuvering Target Tracking
Adaptive identification of target motion state
Matlab simulation program)
- 2014-08-22 19:57:04下载
- 积分: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
-
skinofface
this code detect skin of human body and every thing that is same as it
- 2010-07-23 22:25:03下载
- 积分:1
-
FIR-filter
用不同的窗函数设计FIR滤波器,并做出频谱图比较不同滤波器的性能差异(Window function with a different design FIR filter, and compare the spectrum to make a difference in performance filter)
- 2011-12-30 10:40:09下载
- 积分:1
-
matlab
一本很好的关于matlab的书籍,内容详实,适合学习matlab神经网络的人。(A very good book about matlab, and informative for people to learn matlab neural network)
- 2014-12-22 09:41:48下载
- 积分:1
-
LHS-Kriging
说明: 正态分布、均匀分布拉丁超立方抽样,Kriging模型(LHS,Kriging,latin_hs,lhsu)
- 2019-10-26 17:11:23下载
- 积分:1
-
Border
静电场边值问题的解法浅析,用分离变量法解决静电场边界问题的基本思路(Electrostatic Boundary Value Analysis)
- 2011-06-12 15:31:51下载
- 积分:1