The mpc ran into some problems
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, I use mpc to achieve my optimization goal, but since my optimization goal is (Xk-50) ^2 expansion of 100Xk reduced to the standard form of quadratic programming, the quadratic programming f is not an n*1 matrix; And why can't I use quadratic programming quadprog(H, f) like this, it has to be quadprog(H, f, A1, b, Aeq, Beq, lb, ub, x0, options); I also have some confusion about how I can simplify my optimization objective to standard form if my equation of state contains a measurable perturbation variable. Can you help me? Thank you very much

1 commentaire
Réponses (0)
Voir également
Catégories
En savoir plus sur Model Predictive Control Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!