代码搜索:S-function

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

代码结果 1,813
www.eeworm.com/read/208214/4994977

m mote_state.m

function [sys,x0,str,ts]=mote_state(t,x,u,flag,init_state); %ANIMATION S-function for animating the motion of the motes. switch flag, case 0, [sys,x0,str,ts]= mdlInitializeSizes; case 2, sys = m
www.eeworm.com/read/476058/6773123

m csfunc.m

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function % x' = Ax + Bu % y = Cx + Du A=[-0.09 -0.01 1 0]; B=[ 1 -7 0 -2]; C=[ 0 2
www.eeworm.com/read/395679/8161029

m csfunc.m

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function % x' = Ax + Bu % y = Cx + Du A=[-0.09 -0.01 1 0]; B=[ 1 -7 0 -2]; C=[ 0 2
www.eeworm.com/read/267095/11195119

m csfunc.m

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function % x' = Ax + Bu % y = Cx + Du A=[-0.09 -0.01 1 0]; B=[ 1 -7 0 -2]; C=[ 0 2
www.eeworm.com/read/412269/11207907

m csfunc.m

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function % x' = Ax + Bu % y = Cx + Du A=[-0.09 -0.01 1 0]; B=[ 1 -7 0 -2]; C=[ 0 2
www.eeworm.com/read/204090/15344759

m csfunc.m

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function % x' = Ax + Bu % y = Cx + Du A=[-0.09 -0.01 1 0]; B=[ 1 -7 0 -2]; C=[ 0 2
www.eeworm.com/read/102840/15756509

m csfunc.m

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function % x' = Ax + Bu % y = Cx + Du A=[-0.09 -0.01 1 0]; B=[ 1 -7 0 -2]; C=[ 0 2
www.eeworm.com/read/286461/8763494

m kalman.m

function [sys,x0,str,ts] = sfuntmpl(t,x,u,flag,T) %SFUNTMPL General M-file S-function template % The following outlines the general structure of an S-function. % global Q R x_1 P_1 delta P h Y out
www.eeworm.com/read/420106/10816585

m doapar1_s.m

function [sys,x0,str,ts] = doapar1_s(t,x,u,flag,method,restParam) % % The general form of an M-File S-function syntax is: % [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn) % % Optional paramet
www.eeworm.com/read/420106/10816709

m calibration_s.m

function [sys,x0,str,ts] = calibration_s(t,x,u,flag,method,restParam) % % The general form of an M-File S-function syntax is: % [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn) % % Optional par