登录
首页 » matlab » 1234435

1234435

于 2012-10-19 发布 文件大小:27KB
0 107
下载积分: 1 下载次数: 9

代码说明:

  用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 )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • most_descendant
    一个最速下降法实现例子,有需要的可以看看(A steepest descent method to achieve an example, there is need to take a look at)
    2010-01-11 08:45:16下载
    积分:1
  • EAfanfbp
    基于matlab的扇形滤波反投影重建算法(fan filtered back projection reconstruction algorithm)
    2007-06-11 16:29:26下载
    积分:1
  • Basic-matlab-codes
    Basic codes no matlab for engineer
    2013-05-03 18:30:34下载
    积分:1
  • houzizhaitao
    猴子摘桃海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只 猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了 一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的, 问海滩上原来最少有多少个桃子?(Peach Monkeys on the beach there is a pile of peaches, five monkeys for points. The first monkey peach credentials this heap is divided into five copies, more than one, the monkey to more than one thrown into the sea, took a. The second monkey the rest of the peaches and what the average is divided into five, and there are one, and it is likewise more than one thrown into the sea, took a third, fourth, fifth monkeys are actually doing that , the question on the beach for at least the number of the original peach?)
    2009-12-24 15:33:40下载
    积分:1
  • ABCTFR
    TRANSFORMATION DE PARCK ABC TO DQ
    2010-05-15 04:11:27下载
    积分:1
  • fir_1
    dising fir filter in the fdatool matlab
    2013-08-18 13:30:33下载
    积分:1
  • cfdlms
    自适应半带滤波器程序,实施约束频域值(LMS)算法提到实数据(subband adaptive filters:Implements the Constrained Frequency-Domain (LMS) Algorithm for REAL valued data)
    2011-09-16 15:09:08下载
    积分:1
  • matlab_FFT
    在matlab上实现各自函数傅立叶变换的小程序,仅供参考。(In matlab to achieve their respective functions Fourier transform applet for reference only.)
    2013-11-12 19:53:02下载
    积分:1
  • cubo
    this file contains some m-files about calculating the fractional fourier transform
    2010-10-24 18:16:25下载
    积分:1
  • huitu12
    这是一个用matlab做的绘制正弦和余弦图像的程序,是用m语言写的。(This is a matlab to do with sine and cosine image rendering procedures are written m language.)
    2009-06-24 14:49:24下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载