登录
首页 » matlab » 1234435

1234435

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

  • simulateanneal
    说明:  一个解决0-1背包问题的模拟退火程序,希望给有需要的人帮助(A solution to the 0-1 knapsack problem simulated annealing process, hoping to help those in need)
    2010-04-13 18:55:18下载
    积分:1
  • fitellipse
    fitting an elips using matalb
    2009-03-09 14:25:02下载
    积分:1
  • nangai
    基于SVPWM的三电平逆变的matlab仿真,包含收发两个客户端的链路级通信程序,包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角。( Based on SVPWM three-level inverter matlab simulation, Contains two clients receive link-level communications program, It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle.)
    2016-09-10 21:48:24下载
    积分:1
  • robsim
    useful for robotic based image processing
    2009-12-02 15:41:41下载
    积分:1
  • gg
    说明:  MATLAB code for simple edge detection algorithms including simple mask, sobel mask, Gaussian derivatives.
    2011-01-05 01:42:40下载
    积分:1
  • huisePID
    用灰色系统理论设计自适应的PID控制!能够实现PID在线调整,能够适应环境的变化(gray design adaptive systems theory of PID control! PID can be achieved online adjustments, be able to adapt to environmental change)
    2006-12-23 15:06:24下载
    积分:1
  • chaoscoding
    本代码演示了将一个由非线性映射所产生的混沌序列作为载波(demonstration of the code will be a non-linear mapping from the carrier as a chaotic sequence)
    2007-03-06 22:23:17下载
    积分:1
  • main
    本程序利用改进的支持向量机理论进行混凝土抗压程度预测,取得了较好的效果(This procedure using improved support vector machine (SVM) theory to carry on the concrete compressive degree prediction, good results have been achieved)
    2014-11-06 15:28:51下载
    积分:1
  • The-Booth-Tolls-for-Thee
    元胞自动机在交通流中的应用,高速公路交通流(Cellular automaton traffic flow, freeway traffic flow)
    2013-05-20 11:21:25下载
    积分:1
  • pcnn
    我自己编写的基于自动细胞机的图像分割算法的源程序,也叫小世界竞争算法。(I have written automated cell-based machine of the source image segmentation algorithms, but also the world叫小competition algorithm.)
    2007-11-30 21:06:25下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载