CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - s_function matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - s_function matlab - List
[
matlab
]
S_Function
DL : 0
本课件主要讲述MMatlab Simulink中S函数(Function)的写法,其中包含非常实用的S-函数介绍(为什么要引入S-Function?)、S-函数的分类、使用(实例演习)等-The courseware in the main about MMatlab Simulink S function (Function) is written, which contains the S-function is very useful Introduction (why the introduction of S-Function?), S-function category, the use of (example exercises), etc.
Update
: 2025-02-19
Size
: 89kb
Publisher
:
zmeng
[
matlab
]
S_function
DL : 0
S_函数使用及应用举例,本书详细的介绍了关于matlab中simulink仿真的基础知识-simulink S-function example
Update
: 2025-02-19
Size
: 27kb
Publisher
:
Wenwen Shen
[
matlab
]
S_Function
DL : 0
这个是学习S变换的比较不错的PPT,是基于MATLAB中SIMULINK的程序介绍以及使用方法-This study S-transform good PPT is based on SIMULINK program introduced in MATLAB and use
Update
: 2025-02-19
Size
: 91kb
Publisher
:
chenjun
[
matlab
]
1234435
DL : 0
用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
Update
: 2025-02-19
Size
: 27kb
Publisher
:
吴丽
[
matlab
]
S_Function
DL : 0
通过具体的例子详细介绍了如何用C语言实现matlab S-function的编写以及调用,此外还介绍了通过s-function模板创建dll。-Through specific examples described in detail how to use C language matlab S-function written and called, also describes how to create dll via s-function template.
Update
: 2025-02-19
Size
: 324kb
Publisher
:
贵有恒
[
matlab
]
mtalab_simulink学习资料
DL : 0
matlab_simulink学习资料,s_function,编程(Matlab_simulink learning materials, s_function, programming)
Update
: 2025-02-19
Size
: 75.16mb
Publisher
:
chennuo531
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.