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

5 Ansichten (letzte 30 Tage)
ben lucas
ben lucas am 12 Dez. 2019
Beantwortet: Raj am 12 Dez. 2019
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.

Antworten (1)

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

Kategorien

Mehr zu Get Started with Control System Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by