MATLAB: Generating bode plot in simulink

bode plotSimulink Control Design

how do I get Bode plot in Simulink?

Best Answer

If you have the Simulink Control Design product you can use the "linearize" command to obtain a linear model. You can then use the bode command to plot it. These operations can also be performed via a GUI http://www.mathworks.com/help/slcontrol/ug/visualize-models.html#bs6uoqg
Related Question