getting error while using feedback

조회 수: 4 (최근 30일)
bhanu kiran vandrangi
bhanu kiran vandrangi 2021년 8월 5일
댓글: bhanu kiran vandrangi 2021년 8월 6일
syms s d e
y=((0.005659*s^2+0.05206*s+0.004496)/(s^3+9.357*s^2+2.228*s+0.06147))*((27.5084*d)+(27.5084*(e/s)))
using feedback(y,1,-1) is giving me a error, what is wrong here

답변 (2개)

Jesús Zambrano
Jesús Zambrano 2021년 8월 5일
You need to work with model objects, they must be either continuous os discrete with identical sample times.
Here, please read the documentation about the command feedback, which also includes some examples:
Hope it helps!
  댓글 수: 1
bhanu kiran vandrangi
bhanu kiran vandrangi 2021년 8월 6일
ok, but if my input for feedback is matrix then how to use feedback in matlab

댓글을 달려면 로그인하십시오.


Paul
Paul 2021년 8월 5일
The Control System Toolbox does not support operations on sym objects. Having siad that, the error message that I'm seeing is fairly opaque, something about "not enough input arguments," which isn't very helpful.

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by