In the control systems toolbox, what is the difference between transfer function, state-space, zero-pole-gain, and frequency-response model?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Real Name
el 28 de Dic. de 2016
Respondida: Ahmed raafat
el 29 de Dic. de 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 comentarios
Respuesta aceptada
Ahmed raafat
el 29 de Dic. de 2016
ss(num,dem)
ans=num(s)/dem(s)
zpk([zeros],[poles],[gain])
ans=k*zeros(s)/poles(s)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Dynamic System Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!