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 CenterFile Exchange에서 Sensors and Transducers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by