In the control systems toolbox, what is the difference between transfer function, state-space, zero-pole-gain, and frequency-response model?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Real Name
le 28 Déc 2016
Réponse apportée : Ahmed raafat
le 29 Déc 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 commentaires
Réponse acceptée
Ahmed raafat
le 29 Déc 2016
ss(num,dem)
ans=num(s)/dem(s)
zpk([zeros],[poles],[gain])
ans=k*zeros(s)/poles(s)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Dynamic System Models 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!