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

8 ビュー (過去 30 日間)
ben lucas
ben lucas 2019 年 12 月 12 日
回答済み: Raj 2019 年 12 月 12 日
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)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by