-
GA---matlab
通过matlab来实现遗传算法,利用遗传算法程序和遗传算法工具箱来实现该功能,具体应用效果很好(Matlab achieved through the genetic algorithm, the procedure using the genetic algorithm and genetic algorithm toolbox to achieve the function of specific application of effective)
- 2009-04-11 15:41:28下载
- 积分:1
-
source
说明: 这是书上的代码,C/C++中调用Matlab引擎的数值仿真的实现,供大家参考 (This is the code book, C/C++ Calling Matlab Engine Numerical Simulation for reference)
- 2008-11-25 17:00:29下载
- 积分:1
-
rgb2gray
此文件为 在matlab中rgb2gray的方式(way of rgb2gray in matlab)
- 2011-05-02 10:48:14下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
VC_MATLAB_DLL
VC调用MATLAB编译的D(VC Calling MATLAB Compiler DLL )
- 2006-11-29 20:05:40下载
- 积分:1
-
pwm
PWM project design 12 volt inverter circiut DIAGRAM
- 2013-12-24 19:15:18下载
- 积分:1
-
transfer
说明: 各种数码之间的相互转换,比如2进制转10进制(Base Conversion Algorithm)
- 2010-03-19 10:55:40下载
- 积分:1
-
rcon-entry-v1
A GUI program for project management.
- 2015-04-11 00:06:07下载
- 积分:1
-
lagrange
用拉格朗日n次插值方法 对一系列离散点进行插值(N times with Lagrange interpolation method interpolates a series of discrete points)
- 2015-01-25 20:02:44下载
- 积分:1
-
dft
学习matlab的傅里叶变化小程序,没问题额(Fourier transform of small learning matlab program, the amount is no problem)
- 2011-09-27 08:31:13下载
- 积分:1