登录
首页 » matlab » 1234435

1234435

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

  • waveletimageenhancement
    基于二进小波变换的图像增强matlab源代码,通过编译(Dyadic wavelet transform based image enhancement matlab source code, compile)
    2010-11-29 14:38:37下载
    积分:1
  • pls
    一个很好用得基于MATLAB的偏最小二乘回归得程序。(A good use of the MATLAB based on a partial least-squares regression procedures.)
    2008-06-04 07:58:08下载
    积分:1
  • facedctlocprot
    说明:  mlp
    2009-03-14 16:48:57下载
    积分:1
  • multicarriers_modulations
    Amplitude Clipping and Iterative Reconstruction of MIMO-OFDM Signals with Optimum Equalization
    2010-12-16 02:34:39下载
    积分:1
  • farward_fuel
    bidirectional converter with the fuel cell
    2015-02-22 16:08:30下载
    积分:1
  • standard_GA_algorithm
    standard GA algorithm for mablab
    2008-04-13 17:27:33下载
    积分:1
  • romberg
    a Matlab program of Romberg Algorithm calculate
    2010-12-22 20:04:39下载
    积分:1
  • program
    程序为使用剩余矩形排样法排样的矩形件排样程序,应用matlab软件编程制作。(Procedures for the use of the remaining rectangular nesting of nesting rectangular piece nesting program, application matlab software programming production.)
    2012-09-08 07:02:21下载
    积分:1
  • VC_Matlab-mixed-programming
    为实现合成孔径雷达(SAR)图像分类算法的测试与评估,将VC/Matlab 混合编程技术应用到SAR 图像分类平台开发中,分析与 比较了4 种VC/Matlab 混合编程方法及各自优缺点,并着重研究了基于组件对象模型(COM)的VC/Matlab 混合编程方法。使用Matlab COM 编译器创建了SAR 图像分类算法组件,在VC 中调用其导出的接口函数。在此基础上,完成了SAR 图像分类平台的实例开发且 可脱离Matlab 环境运行。实验结果表明,该方法较好地发挥了VC 与Matlab 各自的优势,提高了SAR 图像分类平台开发的效率。(In order to test synthetic aperture radar (SAR) image classification algorithm,VC/Matlab mixed programming technology was used in SAR image classification platform development. Four VC/Matlab mixed programming methods were introduced and analyzed. Comparing with other three methods,the method based on component object model (COM) was studied particularly. SAR image classification algorithm component was created by Matlab COM complier,and its interface function could be invocated with VC. Using this method,a SAR image classification platform was realized. The platform could run without Matlab. The experimental result shows a good combination of VC and Matlab. So,developing efficiency could be enhanced a lot.)
    2011-12-25 20:42:01下载
    积分:1
  • tm
    说明:  Thue-Morse building algorithm
    2010-04-02 09:40:50下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载