代码搜索:S-function

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

代码结果 1,813
www.eeworm.com/read/157048/11743011

mdl ex_han2.mdl

Model { Name "ex_han2" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off ShowStorageClass
www.eeworm.com/read/157048/11743015

mdl ex_han3.mdl

Model { Name "ex_han3" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off ShowStorageClass
www.eeworm.com/read/157048/11743024

mdl ex_han4.mdl

Model { Name "ex_han4" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off ShowStorageClass
www.eeworm.com/read/157048/11743051

mdl ex_han6.mdl

Model { Name "ex_han6" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off ShowStorageClass
www.eeworm.com/read/345494/11813151

m dsfunc.m

function [sys,x0,str,ts] = dsfunc(t,x,u,flag) % 定义一个离散系统的S-function % x(n+1) = Ax(n) + Bu(n) % y(n) = Cx(n) + Du(n) A=[-1.3839, -0.5097; 1.0000, 0]; B=[-2.5559, 0; 0, 4.2382]; C=[0,
www.eeworm.com/read/156094/11828382

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/156094/11828397

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/344814/11857980

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/344814/11858021

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/154488/11950871

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 %