how to plot bode plot for eigenfreqencies (for both resonant and anti resonant frequencies) in matlab ..with hertz on x axis instead of rad/s....thanks in advance
8 ビュー (過去 30 日間)
古いコメントを表示
multiple peaks should appear on graph but my graph showing just one peak ...
0 件のコメント
回答 (1 件)
Stefan Reich
2016 年 7 月 28 日
Could you upload your transfer function? Concerning the Hertz:
h = bodeplot(sys)
setoptions(h,'FreqUnits','Hz')
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!