MATLAB: Extracting data of bode plot

bode plot data

Hi there, Does anyone know how to extract data point of bode plot?

Best Answer

This is straight from help file:
[MAG,PHASE,W] = BODE(SYS)
I hope you know what to do from here on.
Related Question