Finding the poles in Transfer Function

 Réponse acceptée

madhan ravi
madhan ravi le 28 Sep 2020
Modifié(e) : madhan ravi le 28 Sep 2020
s = tf('s');
G = 1 / (s * (s + 2) * (s + 4));
pole(G)

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by