代码搜索:s-function

找到约 1,813 项符合「s-function」的源代码

代码结果 1,813
www.eeworm.com/read/459244/7278259

mdl chap10_5sim.mdl

Model { Name "chap10_5sim" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataT
www.eeworm.com/read/459244/7278261

mdl chap10_8sim.mdl

Model { Name "chap10_8sim" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataT
www.eeworm.com/read/459244/7278267

mdl chap10_7sim.mdl

Model { Name "chap10_7sim" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataT
www.eeworm.com/read/457218/7332215

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/457218/7332257

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/447444/7551060

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/447444/7551066

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/446736/7569503

mdl times10.mdl

Library { Name "times10" Version 4.00 LibraryLinkDisplay "none" CovSaveName "covdata" CovMetricSettings "dw" CovNameIncrementing off CovHtmlReporting on Block
www.eeworm.com/read/439857/7700246

m m05_lianxu.m

function [sys,x0,str,ts] = m05_lianxuxitong(t,x,u,flag,A,B,C,D) %CSFUNC An example M-file S-function for defining a continuous system. % Example M-file S-function implementing continuous equatio
www.eeworm.com/read/439857/7700249

m m05_lisanxitong.m

function [sys,x0,str,ts] = m05_lisanxitong(t,x,u,flag) %定义离散系统的S函数例子 %此S函数遵循下面的方程: % x(n+1) = Ax(n) + Bu(n) % y(n) = Cx(n) + Du(n) % % See sfuntmpl.m for a general S-function tem