How can I Input an already factored polynomial into the bode function?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Raj
el 12 de Dic. de 2019
Z=[-1];
P=[0,-0.5,-2,-3];
system=zpk(Z,P,1);
bode(system)
Categorías
Más información sobre Frequency-Domain Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!