How to bode plot exp(-0.1s) - 1?
古いコメントを表示
I wanted to reproduce this example on my own, but I couldn't figure out how to bode plot exp(-0.1s) - 1. I tried:
f = tf([exp(-0.1) -1], [1]);
bode(f)
Which gave me a different bode plot from the book.
Any idea?


採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Plot Customization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!