Optimization Problem - Cost function
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am trying to design a mpc controller for trajectory control. But my cost function contains integration of sum of series. Can someone help me defining the cost function ?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/294042/image.jpeg)
where T = 60;
N = 10.
My approach is i am trying to make calculate all the 4 terms inside the cost function and integrate it at last using the integral(fun,0,T) but i get a lot of error.
3 commentaires
Emmanouil Tzorakoleftherakis
le 19 Mai 2020
Have a look at, e.g. this page for reference. You can use a discrete sum to approximate the integral after you calculate the inner sums.
Réponses (0)
Voir également
Catégories
En savoir plus sur Model Predictive Control Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!