Clear Filters
Clear Filters

In the control systems toolbox, what is the difference between transfer function, state-space, zero-pole-gain, and frequency-response model?

2 views (last 30 days)
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

Accepted Answer

Ahmed raafat
Ahmed raafat on 29 Dec 2016
ss(num,dem)
ans=num(s)/dem(s)
zpk([zeros],[poles],[gain])
ans=k*zeros(s)/poles(s)

More Answers (0)

Categories

Find more on Dynamic System Models in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!