Filter löschen
Filter löschen

Plot Bode asymptote from Transfer Function

3 Ansichten (letzte 30 Tage)
monkey_matlab
monkey_matlab am 7 Okt. 2018
Bearbeitet: monkey_matlab am 7 Okt. 2018
Hello,
I have a simple transfer function and able to plot the exact Bode Diagram:
num = [2 100];
den = [0.25 1 1 0];
Hs = tf(num,den)
bodeplot(Hs)
grid on
I know that the approximated Bode plot should look like this:
How do I go about getting the approximated Bode plot to show up in my plot also?
Thanks for your help

Antworten (0)

Tags

Produkte


Version

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by