登录
首页 » matlab » 1234435

1234435

于 2012-10-19 发布 文件大小:27KB
0 246
下载积分: 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 个回复

  • trans01
    通过对大量顾客购买数据进行分析,即购物篮模型,然后给出合理的建议(SHOPPING ansys)
    2013-08-21 23:37:22下载
    积分:1
  • OMP
    这个算法是matlab里面压缩感知OMP算法的程序,对一个信号进行采样。(This algorithm is inside compressed sensing OMP algorithm matlab program, a signal is sampled.)
    2015-04-16 09:10:47下载
    积分:1
  • Matlabengineeringworksonthebasisofdetailedaccounto
    说明:  Matlab工程应用基础详细讲解了工程上的实际问题(Matlab engineering works on the basis of detailed account of the practical problems)
    2010-04-29 13:33:23下载
    积分:1
  • CODE_UPLOAD53334292000
    print & generate barcode
    2015-01-16 12:41:25下载
    积分:1
  • Matlab
    说明:  matlab实例应用,主要列举了matlab的常用功能,绘图、矩阵运算等等(matlab example application, the main common features listed matlab, graphics, matrix operations, etc.)
    2011-02-17 09:59:00下载
    积分:1
  • FaultLayerPickNNP
    This code is about fault designing.It is useful for geophysists.
    2009-11-09 04:06:34下载
    积分:1
  • ssft
    在非线性光学中,薛定谔方程为波的传输方程,次程序运用分步傅里叶方法求解非线性薛定谔方程!(In nonlinear optics, Schrodinger equation for the wave propagation equation, sub-process using step Fourier method for solving nonlinear Schr?dinger equation!)
    2010-05-18 16:17:16下载
    积分:1
  • Benulli
    Benulli映射产生的混沌序列,李雅普诺夫指数和倍周期分叉图(Benulli mapping of chaotic sequence, lyapunov index and period-doubling bifurcation diagrams)
    2014-02-27 12:37:27下载
    积分:1
  • pwxcf
    抛物线差分格式求解,包括一维古典显格式,DFF格式,CN格式,局部一维方法和预测校正格式的求解;文件中有具体的题目及解法说明并还有matlab程序供大家参考;易读易懂。 (Difference scheme for solving parabolic, including the one-dimensional classical explicit schemes, DFF format, CN format, local one-dimensional methods and predictor-corrector format to solve file specific description of the subject and method, and there are matlab program for your reference Easy to read understand.)
    2011-01-26 11:05:03下载
    积分:1
  • cztmx
    汽车ABS仿真abs又叫做防止刹车抱死系统。以往的刹车,通常是四轮同时有闸将轮胎抱死。达到减速停车效果。(Simulation of automotive ABS)
    2012-04-14 11:41:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载