登录
首页 » matlab » 1234435

1234435

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

  • matlab3-D
    Matlab绘制3-D图形的几个例子,很详细,也很全面的介绍了绘制3-D图形的函数,其中最后一个是画直方图的,横向和纵向都有例子。(Matlab 3-D graphics to draw a few examples of very detailed and very comprehensive introduction to drawing 3-D graphics functions, the last one is the histogram drawing, horizontal and vertical are examples.)
    2010-10-14 14:12:12下载
    积分:1
  • Up-load
    Application of benders cut in power flow problem solving in electrical networks. Neural network for application with wind series Ant colony in the electrical circuit solution
    2020-11-07 10:19:49下载
    积分:1
  • LSSVM_1
    说明:  最小二乘支持向量机、时间序列预测、交叉验证(time series prediction)
    2020-09-09 15:28:04下载
    积分:1
  • ts
    说明:  matlab file for forecast using back probagation
    2011-03-26 20:22:33下载
    积分:1
  • L-curve
    说明:  L-曲线法是反问题正则化方法中的参数选取中的重要方法,本程序给出了如何恰当选取其中的参数!(L-curve method is the inverse problem regularization method of parameter selection in an important way, this procedure is given on how to properly select one of the parameters!)
    2008-11-07 19:09:55下载
    积分:1
  • The-basic-function-of-MATLAB
    matlab的基础功能代码,已经与其相关的图形配合,介绍基础功能(The basic function of MATLAB)
    2014-10-20 17:21:47下载
    积分:1
  • fdtdtianxian
    fdtd程序,线馈矩形微带天线的分析文档,其中包括两种模型的建立,有matlab和C++程序。(fdtd program, line fed rectangular microstrip antenna analysis documents, including the establishment of the two models, with matlab and C++ program.)
    2010-11-11 22:36:45下载
    积分:1
  • sfuntmpl_basic
    依据simulimk中提供的程序设计的跟踪微分算法(Simulimk provided in accordance with the procedures designed to track the differential algorithm)
    2009-12-05 18:27:10下载
    积分:1
  • pcaa-fisher
    pca and fisher implementation in matlab for feature extraction
    2014-01-31 17:10:54下载
    积分:1
  • 2plot
    关于matlab的编程,主要是plot绘图方面的,请查收!(Matlab programming on the main plot mapping, please check!)
    2008-06-18 10:40:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载