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
7 次查看(过去 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!