Bode plot in Matlab
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
How would I code in Matlab if I want a bode plot of:
1000/((s/100 + 1)*(s/100000 + 1))
I have tried some ways, but dont get the same result as how I done it by paper. And I'm pretty sure i done it correct on paper.
0 件のコメント
回答 (1 件)
Sebastian Castro
2015 年 10 月 10 日
In your previous question, I mentioned a few ways for you to create that transfer function... although, your numerator seems to have changed by a factor of 100.
Next, you just have to type
>> bode(sys)
- Sebastian
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!