MATLAB: Plot pole-zero using the MATLAB function zplane.

zero-pole

I want to plot pole-zero using the MATLAB function zplane for this transfer function:

Best Answer

zplane([1, -5.5216, 13.1528, ...], [1, -4.9694, 10.6536, ...])