Plot please help / plot the domain of transfer function

How can I plot the transfer function of this function B(s)=5s^3+30s^2+55s+30/A(s)=s^3+9s^2+33s+65

6 件のコメント

Paul
Paul 2020 年 11 月 27 日
Are you sure you typed that correctly. It should probably be B(s)/A(s) = ...
What kind of plot are you trying to make?
Melika Eft
Melika Eft 2020 年 11 月 27 日
Yes you are completely right
Paul
Paul 2020 年 11 月 27 日
And what kind of plot do you want to make?
Melika Eft
Melika Eft 2020 年 11 月 27 日
The domain of its transfer function
Melika Eft
Melika Eft 2020 年 11 月 27 日
Thank you very much indeed
Paul
Paul 2020 年 11 月 27 日
What do you mean by "the domain?" That's not a common term in this context.

サインインしてコメントする。

回答 (1 件)

Setsuna Yuuki.
Setsuna Yuuki. 2020 年 11 月 27 日
編集済み: Setsuna Yuuki. 2020 年 11 月 27 日

0 投票

You can try with tf():
fun = tf([5 30 55 30],[1 9 33 65]); % B(s)=5s^3+30s^2+55s+30/A(s)=s^3+9s^2+33s+65
step(fun)
fun =
5 s^3 + 30 s^2 + 55 s + 30
--------------------------
s^3 + 9 s^2 + 33 s + 65

カテゴリ

ヘルプ センター および File ExchangeDynamic System Models についてさらに検索

質問済み:

2020 年 11 月 26 日

コメント済み:

2020 年 11 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by