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

1 回表示 (過去 30 日間)
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

採用された回答

Ahmed raafat
Ahmed raafat 2016 年 12 月 29 日
ss(num,dem)
ans=num(s)/dem(s)
zpk([zeros],[poles],[gain])
ans=k*zeros(s)/poles(s)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSensors and Transducers についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by