How to indicate that there are no zeros for a transfer function for the command zpk?

조회 수: 58 (최근 30일)
I have the transfer function H(s) = 1/s^3. I would like to use the command ZPK to yeild the zeros, poles, and gain of the function. However, what can I put in place of zeros to indicate that there are no zeros for this function?

채택된 답변

Birdman
Birdman 2020년 4월 2일
zpk([],[0 0 0],1)
You basically leave zero input section empty as above.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by