MATLAB: How to draw in matlab

constantconstant circlesControl System Toolboxdetermine the overshootdraw the root locuskpot is 10simulink

all.PNG

Best Answer

Have a look:
g7=tf([100],[1 9 26 24]);
%Root locus
rlocus(g7)
grid on
Related Question