MATLAB: Generate a pole-zero plot

zplane

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

Best Answer

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