代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/147861/12513810
m sigsplitdim_s.m
function [sys,x0,str,ts] = sigsplitdim_s(t,x,u,flag,restParam)
%
% The general form of an M-File S-function syntax is:
% [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)
%
% Optional parameters
www.eeworm.com/read/147861/12513896
m datachoice_s.m
function [sys,x0,str,ts] = datachoice_s(t,x,u,flag,restParam)
%DATACHOICE_S S-function for data selection.
%
%--------
%Synopsis:
% [sys,x0,str,ts] = compsim4_s(t,x,u,flag, waveform, noSamp, tgtType
www.eeworm.com/read/147096/12584300
m pendan.m
function [ret,x0] = pendan(t,x,u,flag,RefBlock)
%PENDAN S-function for making pendulum animation.
%
% See also: PENDAN.C, PENDDEMO, PENDSETS and PEND0.
% Copyright (c) 1990-94 by The MathW
www.eeworm.com/read/132516/14086255
m opcsfuntest1.m
function [sys,x0,str,ts] = opcsfuntest1(t,x,u,flag)
%CSFUNC An example M-file S-function for defining a continuous system.
% Example M-file S-function implementing continuous equations:
%
www.eeworm.com/read/204090/15344754
m mixedm.m
function [sys,x0,str,ts] = mixedm(t,x,u,flag)
% MIXEDM An example integrator followed
% by unit delay M-file S-function
% Example M-file S-function implementing
% a hybrid system consisting
%
www.eeworm.com/read/204090/15344760
m dsfunc.m
function [sys,x0,str,ts] = dsfunc(t,x,u,flag)
% DSFUNC An example M-file S-function for defining
% a discrete system.
% Example M-file S-function implementing discrete equations:
% x(n+1)
www.eeworm.com/read/203230/15363761
mdl chap9_5sim.mdl
Model {
Name "chap9_5sim"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDat
www.eeworm.com/read/203230/15363763
mdl chap8_4sim.mdl
Model {
Name "chap8_4sim"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDat
www.eeworm.com/read/203230/15363809
mdl chap5_4sim.mdl
Model {
Name "chap5_4sim"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTy
www.eeworm.com/read/102840/15756504
m mixedm.m
function [sys,x0,str,ts] = mixedm(t,x,u,flag)
% MIXEDM An example integrator followed
% by unit delay M-file S-function
% Example M-file S-function implementing
% a hybrid system consisting
%