How can I Input an already factored polynomial into the bode function?

5 次查看(过去 30 天)
Im given transfer functions that are already factored, i.e., , is there a way to put this into the bode function without having to expand the denominator?
Thanks.

回答(1 个)

Raj
Raj 2019-12-12
Z=[-1];
P=[0,-0.5,-2,-3];
system=zpk(Z,P,1);
bode(system)

类别

Help CenterFile Exchange 中查找有关 Get Started with Control System Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by