Keywords: Bode-margin 1 over s(s+2)(s+3).png MATLAB screenshot of gain and phase margin bode plot of <math>\ G s 1\over s s+2 s+3 </math> Own 2007-07-23 Mintz l MATLAB code <source lang matlab > s tf 's' ; G 1/s/ s+2 / s+3 ; margin G </source> Bode plots |