?? contplot.m
字號:
%控制器Bode圖的顯示子程序
Kfr=frsp(K,w);
figure(2);
subplot(2,1,1)
vplot('liv,lm',Kfr);
title('Bode plot of Controller')
xlabel('Frequency[rad/s]')
ylabel('Gain')
grid;
subplot(2,1,2)
vplot('liv,p',Kfr);%X加逗號
xlabel('Frequency[rad/s]')
ylabel('Phase(degrees)')
grid;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -