how do i plot this transfer function?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
i was given a transfer function as follows:
how can i plot this it into a bode curve?
0 件のコメント
採用された回答
Burhan Burak AKMAN
2022 年 1 月 1 日
You can create and plot transfer function with this way.
s=tf('s')
sys=10*s/((s+2)*(s+10)*(s+20))
bode(sys)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Control System Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!