quadratic term in the objective function
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Zicheng Cai
el 1 de Oct. de 2019
Comentada: Zicheng Cai
el 1 de Oct. de 2019
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/240709/image.png)
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/240710/image.png)
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/240711/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/240712/image.png)
Thank you.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Model Predictive Control Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!