Plot Bode asymptote from Transfer Function

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기

제품

릴리스

R2017a

태그

질문:

2018년 10월 7일

편집:

2018년 10월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by