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)

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by