Generate a pole-zero plot
1 view (last 30 days)
Show older comments
Nasser Alsalem
on 7 Apr 2018
Commented: Walter Roberson
on 7 Apr 2018
How I can plot pole-zero using the MATLAB function zplane. for this transfer function:
0 Comments
Accepted Answer
Walter Roberson
on 7 Apr 2018
You can create the require dynamic system using tf(), such as
tf([1, -5.5216, 13.1528, ...], [1, -4.9694, ...])
2 Comments
Walter Roberson
on 7 Apr 2018
zplane([1, -5.5216, 13.1528, ...], [1, -4.9694, 10.6536, ...])
More Answers (0)
See Also
Categories
Find more on Digital Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!