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)