Plot root loci with ((K))
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
how can i write the K variable in mat lab for a transfer function weather its zeros or poles for example k(s+3)
0 commentaires
Réponses (1)
  Aquatris
      
 le 25 Juil 2018
        You get your transfer function in the form;
 sys = k*G(s)
then to get root locus you call the function
 rlocus(G)
0 commentaires
Voir également
Catégories
				En savoir plus sur Weather and Atmospheric Science dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

