代码搜索:S-function

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

代码结果 1,813
www.eeworm.com/read/101557/15826768

m simom2.m

function [sys, x0] = simom2(t,x,u,flag,a,b,c,d) % SIMOM2 State-space equation example(2) as an S-function M-file. % Represents the state-space equations: % % dx/dt = A.x + B.u % y = C.x + D.u
www.eeworm.com/read/437834/7741196

m pendulum_sfunc.m

%Nguoi lap trinh: Lam Quoc Hung. %Mon hoc: Lap trinh nang cao. %File: Pendulum_sfunc.m : Mo hinh S-function con lac nguoc. function [sys,x0,str,ts] = Pendulum_Goc(t,x,u,flag) M=2;m=0.1;l=0.5;g=9
www.eeworm.com/read/437834/7741202

asv pendulum_sfunc.asv

%Nguoi lap trinh: Lam Quoc Hung. %Mon hoc: Lap trinh nang cao. %File: Pendulum_sfunc.m : Mo hinh S-function con lac nguoc. function [sys,x0,str,ts] = Pendulum_Goc(t,x,u,flag) M=2;m=0.1;l=0.5;g=9