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

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

 採用された回答

ss(num,dem)
ans=num(s)/dem(s)
zpk([zeros],[poles],[gain])
ans=k*zeros(s)/poles(s)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDynamic System Models についてさらに検索

質問済み:

2016 年 12 月 28 日

回答済み:

2016 年 12 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by