In the control systems toolbox, what is the difference between transfer function, state-space, zero-pole-gain, and frequency-response model?
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Real Name
      
 il 28 Dic 2016
  
    
    
    
    
    Risposto: Ahmed raafat
      
 il 29 Dic 2016
            I don't have a strong background in control systems. I am just trying to plot the magnitude of the ratio of an output voltage to the input voltage
0 Commenti
Risposta accettata
  Ahmed raafat
      
 il 29 Dic 2016
        ss(num,dem)
   ans=num(s)/dem(s)
zpk([zeros],[poles],[gain])
ans=k*zeros(s)/poles(s)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Dynamic System Models in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

