필터 지우기
필터 지우기

quadratic term in the objective function

조회 수: 2 (최근 30일)
Zicheng Cai
Zicheng Cai 2019년 10월 1일
댓글: Zicheng Cai 2019년 10월 1일
I was trying to use MATLAB to implement an MPC algorithm and have trouble describing the objective function.
Say I want to get a summation , where Q is a weight matrix.
I want to use a matrix X in . Each row represents the state of the system at a discrete time step and the dimension of the state is n.
I need a compact notation without indexing because I want to directly include it in a objective function in CVX.
Only thing I can come up with is to use trace(). It should work as the diagonal elements of ) are exactly what I want. But I am wondering if there is a better way to formulate it, as the methond I used computes some prudct that I won't use.
Thank you.

채택된 답변

Matt J
Matt J 2019년 10월 1일
편집: Matt J 2019년 10월 1일
sum(X.*(X*Q),2)
  댓글 수: 1
Zicheng Cai
Zicheng Cai 2019년 10월 1일
I want to get a scalar result with all entries summe up. sum(sum(X.*(X*Q),2) works. Thank you for the quick response.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by