-
4
说明: 想学习MATLAB的同志,可看一下该程序,有帮助有哦!( Wants to study Comrade MATLAB, may look that this procedure, has the help to have!)
- 2010-11-29 19:34:44下载
- 积分: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
-
114
Spectrum analyzer with USRP, GNU Radio and MATLAB
- 2009-09-14 21:34:08下载
- 积分:1
-
doneproject
Visual cryptography for colored images full project in matlab code. Halftoning using jarvis method included.
- 2015-03-29 14:14:23下载
- 积分:1
-
Vertical_Projection
基于二值化图像的图像分割及分类识别
(Based on the binary image segmentation and classification of image recognition
)
- 2013-05-20 21:45:36下载
- 积分:1
-
OpnetUygulama
this is four opnet modelling language,
- 2010-12-10 21:48:39下载
- 积分:1
-
ROIcheck
ROI area identification, iteration, MCAA, zbthresh This program is simple, everyone can learn under
- 2013-10-04 10:59:03下载
- 积分:1
-
f_ant.m
This m-file creates 3D polar plots of normalized array factors
- 2014-11-07 06:33:52下载
- 积分:1
-
minenframe
此函数实现含噪语音的信噪比的计算,以最小帧算法为基础。(Implementation of this function of the signal to noise ratio of noisy speech has calculated that, with the smallest frame-based algorithm.)
- 2009-03-28 11:59:56下载
- 积分:1
-
chazhi
说明: 本代码是lagrange插值算法、牛顿插值算法和等距节点牛顿插值算法的MATLAB程序,代码有详细的注释,可以直接调用(This code is lagrange interpolation, Newton interpolation algorithm and the Newton interpolation algorithm equidistant nodes MATLAB program code with detailed notes, you can directly call)
- 2010-04-27 16:32:07下载
- 积分:1