Finding the poles in Transfer Function

 Accepted Answer

madhan ravi
madhan ravi on 28 Sep 2020
Edited: madhan ravi on 28 Sep 2020
s = tf('s');
G = 1 / (s * (s + 2) * (s + 4));
pole(G)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!