Matlab之step()的用法


step(sys) 
step(sys,Tfinal),Tfinal                表示截止時間
step(sys,t)             t=(ti:tp:TF),設置起始時間,步進時間,截止時間
step(sys1,sys2,...,sysN)       在同一個圖中顯示多個圖像

step(G1,'y',G2,'r:',t);                顯示線的顏色 


step(sys1,sys2,...,sysN,Tfinal)
step(sys1,sys2,...,sysN,t)

 

標識坐標的橫縱坐標的值得表示

xlabel('時間(sec)');
ylabel('輸出響應');
title('一階系統單位階躍響應')

 

 


y = step(sys,t)                        
[y,t] = step(sys)                     
[y,t] = step(sys,Tfinal)
[y,t,x] = step(sys) 
[y,t,x,ysd] = step(sys) 
[y,...] = step(sys,...,options)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM