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

59 次查看(过去 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