having blank plot at plotting control action in sisotool
显示 更早的评论
I have to use sisotool using design requirements : settling time =0.2 sec Overshoot= 5% for the system given as : 1.01/(0.0006202s^3+0.05723s^2+1.028S) my code is :
J =0.02215 ;
b =0.002953;
K=1.01;
R =2.58 ;
L = 28*(10^-3);
s = tf('s')
P_motor = K/(s*((J*s+b)*(L*s+R)+K^2))
sisotool(P_motor)
step(P_motor)
and add real zero at -34.8 but while plot step plot for the r2u I get a blank plot of the control action
回答(1 个)
Star Strider
2017-12-18
0 个投票
Your code works for me (in R2017b. It takes a while to render, so be patient with it.

Adding the zero:

类别
在 帮助中心 和 File Exchange 中查找有关 Tuning Goals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!