フィルターのクリア

how to find bode plot and phase,magnitude plot of 171 transfer function using for loop?

1 回表示 (過去 30 日間)
for k=1:0.5:10; for a=1:0.5:5; num=k; den=[1 a 0]; sys=tf(num,den); end end

採用された回答

Star Strider
Star Strider 2017 年 7 月 11 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Control System Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by