-
B_10
THE ALGORITH OF RGB TO HSV USE MATLAB
- 2009-12-29 17:27:19下载
- 积分:1
-
sliceomatic-2.2
This sliceomatic file is coded based on the slice fucntion in MATLAB It can be used to view the shape of various 3D strucntures,whoes cross sections can also be shown.
- 2010-03-03 14:42:19下载
- 积分:1
-
fdm
有限差分数值模拟程序,进行地震波正演,采用的是交错网格(Finite difference numerical simulation program, conducting seismic forward modeling, USES a staggered grid)
- 2015-04-15 15:16:56下载
- 积分:1
-
脉冲压缩
说明: 近年来,DOA估计越来越被广泛注意,该内容用MUSIC实现DOA估计(In signal processing, pulse compression has a wide range of applications, the file is implemented with MATLAB)
- 2021-03-04 16:16:44下载
- 积分:1
-
Webinar2007
用matlab实现衍生证券定价,非常好用(Matlab implementation to use derivative securities pricing)
- 2009-04-01 21:34:58下载
- 积分:1
-
advection1Ddiffusion2D
Advection and Disperison in 1D coupled diffusion into 2D matrix, diffusion happens both in 1D and 2D which interconnected 1D and 2D
- 2012-06-18 06:29:55下载
- 积分:1
-
QPSK_Modulation
QPSK调制 经典,非常简洁的产生qpsk的调制方法1(QPSK Modulation)
- 2009-04-05 18:54:01下载
- 积分:1
-
docsgen_dot_tools
Generate a function or script file call tree and plot it in a figure
- 2010-05-20 01:16:40下载
- 积分:1
-
add-water-mark
添加YUV数字水印,用 matlab读写YUV视频并保存(add YUV watermark,read and write YUV video)
- 2013-04-19 16:47: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