-
SinData
生成正弦波,不需要调用sin函数,利用的查表法(Generate a sine wave, you do not need to call the sin function using table look-up method)
- 2013-04-10 22:05:44下载
- 积分:1
-
Play-music-under-loc1
FDGSL HOERHIJBDFIORTHDFUOI
- 2013-11-30 04:41:46下载
- 积分: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
-
zq
说明: 使用matlab中的伪彩色增强方法对CT的灰度图片进行伪彩色增强处理(Use matlab in pseudo-color enhancement of CT images of gray-scale pseudo-color processing to enhance)
- 2008-11-06 15:51:53下载
- 积分:1
-
PCA-Face-Recognition
用matlab实现的人脸识别算法Face-Recognition(Face-Recognition with matlab realise to recognise the human face.)
- 2012-05-10 17:04:59下载
- 积分:1
-
79ea21812c2a
to binirazition pictures in matlab
- 2012-10-10 18:45:16下载
- 积分:1
-
matlab
很好用,大家可以下载之后运行的看看,做向量机的。(Useful, we can run to see after downloading, do vector machines.)
- 2010-09-18 19:54:41下载
- 积分:1
-
cooccurrencemaxtric
颜色共生矩阵的计算,速度很快,好还用,要自己写入输入算法(Color co-occurrence matrix calculation, very fast, good also with)
- 2011-06-05 09:54:13下载
- 积分:1
-
Computational-Colour-Science-MATLAB
Computational Colour Science Using MATLAB - Stephen Westland & Caterina Ripamonti(Computational Colour Science Using MATLAB- Stephen Westland & Caterina Ripamonti)
- 2013-09-13 20:13:53下载
- 积分:1
-
papr_comparison
papr comparison on the basis of slm, co-pts with different iteration............
- 2013-09-23 16:31:58下载
- 积分:1