필터 지우기
필터 지우기

difference between "care" and "lqry"?

조회 수: 8 (최근 30일)
max
max 2013년 4월 10일
댓글: Cheetamun Koshal 2016년 6월 25일
I would like to know the differences between matlab function "care" and "lqry".
care needs the matrices A,B,Q,R. lqry needs also C and D. But what are matrices C and D? In the matlab help, "help lqry", they say that
system dynamics dx/dt = Ax + Bu, y = Cx + Du...
but what is y? and C and D?
  댓글 수: 1
Cheetamun Koshal
Cheetamun Koshal 2016년 6월 25일
y is the output of the dynamic system. C and D are the matrices that will form the output.
There is no big difference in care and lqry except for the lqry the cost function depend on the output and with care the cost function does not depend on the output. So it you want to minimize the cost function wrt to the output , choose the lqry

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

답변 (1개)

Sean de Wolski
Sean de Wolski 2013년 4월 10일
편집: Sean de Wolski 2013년 4월 10일
As with any MATLAB function, I highly recommend reading the doc rather than the help. It has more details and examples:

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by