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
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