代码搜索:multivariable

找到约 69 项符合「multivariable」的源代码

代码结果 69
www.eeworm.com/read/339293/12244387

m expl2_9.m

%Example 2.9 produce Figure 2.22 % %Plant (2.62): G(s)=200/(10s+1)(0.005s+1)^2, Gd(s)=100/(10s+1) % % Copyright 2005 Sigurd Skogestad & Ian Postlethwaite % Multivariable Feedback Control 2nd Ed
www.eeworm.com/read/424063/10499659

m dmulresp.m

function [iu,nargs,y,y2]=dmulresp(fun,a,b,c,d,Ts,t,nargo,bodeflag); %DMULRESP Discrete multivariable response. % % [IU,NARGS,Y,Y2] = DMULRESP('fun',A,B,C,D,Ts,T,NARGO,BODEFLAG) % Andy Grace 7-9
www.eeworm.com/read/424063/10499747

m mulresp.m

function [iu,nargs,y,y2]=mulresp(fun,a,b,c,d,t,nargo,bodeflag); %MULRESP Multivariable response. % % [IU,NARGS,Y,Y2] = MULRESP('fun',A,B,C,D,T,NARGO,BODEFLAG) % Andrew Grace 7-9-90 % Revised A
www.eeworm.com/read/238825/13322310

m leasqr.m

function [pout,deltapout,r2,covp,corp,ss,f,iter,kvg,ChiSq]=leasqr(x,ys,pin,func,wt,dp,niter,stol,ldfdp,options,last) % leasqr : Non Linear Least Square multivariable fit. %Syntax: [p,deltap,r2,covp,co
www.eeworm.com/read/147096/12583893

m dmulresp.m

function [iu,nargs,y,y2]=dmulresp(fun,a,b,c,d,Ts,t,nargo,bodeflag); %DMULRESP Discrete multivariable response. % % [IU,NARGS,Y,Y2] = DMULRESP('fun',A,B,C,D,Ts,T,NARGO,BODEFLAG) % Andy Grace 7-9
www.eeworm.com/read/147096/12583939

m mulresp.m

function [iu,nargs,y,y2]=mulresp(fun,a,b,c,d,t,nargo,bodeflag); %MULRESP Multivariable response. % % [IU,NARGS,Y,Y2] = MULRESP('fun',A,B,C,D,T,NARGO,BODEFLAG) % Andrew Grace 7-9-90 % Revised A
www.eeworm.com/read/101557/15826481

m dmulresp.m

function [iu,nargs,y,y2]=dmulresp(fun,a,b,c,d,Ts,t,nargo,bodeflag); %DMULRESP Discrete multivariable response. % % [IU,NARGS,Y,Y2] = DMULRESP('fun',A,B,C,D,Ts,T,NARGO,BODEFLAG) % Andy Grace 7-9
www.eeworm.com/read/101557/15826497

m mulresp.m

function [iu,nargs,y,y2]=mulresp(fun,a,b,c,d,t,nargo,bodeflag); %MULRESP Multivariable response. % % [IU,NARGS,Y,Y2] = MULRESP('fun',A,B,C,D,T,NARGO,BODEFLAG) % Andrew Grace 7-9-90 % Revised A
www.eeworm.com/read/339293/12244926

m expl2_4.m

%Example 2.4 , PI-control % Plant (2.26), G(s)=3(-2s+1)/(5s+1)(10s+1) % Copyright 2005 Sigurd Skogestad & Ian Postlethwaite % Multivariable Feedback Control 2nd Edition % $Id: Expl2_4.m,v 1.2 20