-
bernoulli
This MATLAB code from MATLAB central file
- 2009-12-08 00:18:34下载
- 积分:1
-
acozuiduanlujingMatlab
此算法的优化效率和鲁棒形都非常好,稍加修改可用于机器人(the optimization algorithm efficiency and robustness are very good shape, a little change can be used for robot)
- 2007-04-02 11:53:52下载
- 积分:1
-
FFT
Matlab关于傅里叶变换的pdf资料 有用(Matlab program on the Fourier transform)
- 2010-06-03 17:14:38下载
- 积分:1
-
Scientificcode
MATLAB 2007科学计算与工程分析代码(Scientific Computing with MATLAB 2007 engineering analysis code)
- 2009-04-02 20:28:58下载
- 积分:1
-
numerical-analysis-histogram
numerical analysis of histogram
- 2011-01-19 13:51:08下载
- 积分:1
-
101259360watermark(matlab)
说明: 关于脉冲压缩的问题。脉冲压缩的质量直接影响雷达的探测性能。(Pulse compression on the issue. Direct impact on the quality of pulse compression radar detection performance.)
- 2010-04-28 11:32:14下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
exp3
模糊滑模观测器仿真实例,有利于进行此项研究的朋友参考,实例中包含绘图功能,简洁直观,非常简单(Fuzzy sliding mode observer simulation instance, conducive to the study of the reference to a friend, instance contains graphics, simple and intuitive, very simple)
- 2016-03-08 15:54:23下载
- 积分:1
-
test6
video to frame using matlab cod for stereo vision
- 2010-08-24 14:03:11下载
- 积分:1
-
Learning-Vector-Quantization
Learning Vector Quantization
- 2015-12-23 15:41:09下载
- 积分:1