Introduction to Feedback and Control Systems: Dynamic Systems Control
View raw
N=1;K=0;
D=[1 5 10 10 5 K];
sys=tf(N,D);
pzplot(sys)