How I can plot pole-zero using the MATLAB function zplane. for this transfer function:

 採用された回答

Walter Roberson
Walter Roberson 2018 年 4 月 7 日

0 投票

You can create the require dynamic system using tf(), such as
tf([1, -5.5216, 13.1528, ...], [1, -4.9694, ...])

2 件のコメント

Nasser Alsalem
Nasser Alsalem 2018 年 4 月 7 日
How, it's not clear ? using zplane
Walter Roberson
Walter Roberson 2018 年 4 月 7 日
zplane([1, -5.5216, 13.1528, ...], [1, -4.9694, 10.6536, ...])

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

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by