搜索资源列表
csfunc
- function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function-function [sys, x0, str, ts] = csfunc (t, x, u, flag)% definition of a continuous system of the S-function
dlimintc
- /* File : dlimintc.c * Abstract: * * Example MEX-file for a discrete-time limited integrator. * * Syntax: [sys, x0] = dlimintc(t,x,u,flag,lb,ub,x0,ts) * * For more details about S-functions, see simulink/src/sfuntmpl_doc.c -/*
C2
- s1 is the M-file descr iption of the SIMULINK system named s1. The block-diagram can be displayed by typing: s1. SYS=s1(T,X,U,FLAG) returns depending on FLAG certain system values given time point, T, current state vector, X, and
S2
- function [ret,x0,str,ts,xts]=s1(t,x,u,flag) s1 is the M-file descr iption of the SIMULINK system named s1. The block-diagram can be displayed by typing: s1. SYS=s1(T,X,U,FLAG) returns depending on FLAG certain system values given
S3
- function [ret,x0,str,ts,xts]=s3(t,x,u,flag) s3 is the M-file descr iption of the SIMULINK system named s3. The block-diagram can be displayed by typing: s3. SYS=s3(T,X,U,FLAG) returns depending on FLAG certain system values given
S4
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
C4
- function [ret,x0,str,ts,xts]=smg(t,x,u,flag) smg is the M-file descr iption of the SIMULINK system named smg. The block-diagram can be displayed by typing: smg. SYS=smg(T,X,U,FLAG) returns depending on FLAG certain system values g
s4
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
S1C
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
1234435
- 用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