Generate a pole-zero plot

1 Ansicht (letzte 30 Tage)
Nasser Alsalem
Nasser Alsalem am 7 Apr. 2018
Kommentiert: Walter Roberson am 7 Apr. 2018
How I can plot pole-zero using the MATLAB function zplane. for this transfer function:

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 7 Apr. 2018
You can create the require dynamic system using tf(), such as
tf([1, -5.5216, 13.1528, ...], [1, -4.9694, ...])
  2 Kommentare
Nasser Alsalem
Nasser Alsalem am 7 Apr. 2018
How, it's not clear ? using zplane
Walter Roberson
Walter Roberson am 7 Apr. 2018
zplane([1, -5.5216, 13.1528, ...], [1, -4.9694, 10.6536, ...])

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by