Finding the poles in Transfer Function

274 次查看(过去 30 天)
How do you write
G=1/ s(s+2)(s+4)
in Matlab to check my answer?

采纳的回答

madhan ravi
madhan ravi 2020-9-28
编辑:madhan ravi 2020-9-28
s = tf('s');
G = 1 / (s * (s + 2) * (s + 4));
pole(G)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Control System Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by