Matlab Tf Get Poles

[Solved] Matlab Tf Get Poles | Matlab - Code Explorer | yomemimo.com
Question : matlab tf get poles

Answered by : huldar

% Variables
zeta=0.5;
omegan=1;
% Transfer function
sys=tf([omegan^2],conv([1],[1 2*zeta*omegan omegan^2]))
% Get poles
pole(sys)

Source : https://www.mathworks.com/help/control/ref/lti.pole.html | Last Update : Thu, 18 Nov 21

Answers related to matlab tf get poles

Code Explorer Popular Question For Matlab