I want to implement u_c = argmin ( u_nom - u)^2 subject to \dot(h) + \alpha * h geq 0

2 Ansichten (letzte 30 Tage)
Pallov Anand
Pallov Anand am 21 Nov. 2022
Bearbeitet: Torsten am 23 Nov. 2022
let me know how to use argmin subject to an inequality constraint
  4 Kommentare
Walter Roberson
Walter Roberson am 23 Nov. 2022
There are several different minimization routines in MATLAB, none of which happen to be called "argmin" . But also, none of the built-in routines in the Optimization Toolbox or the Global Optimization Toolbox happen to handle differential equations or integral equations.
Torsten
Torsten am 23 Nov. 2022
Bearbeitet: Torsten am 23 Nov. 2022
"argmin" means a point x0 where a function f is minimal: f(x0) <= f(x) for all feasible points x.
To see how MATLAB can be used to solve optimal control problems like yours, take a look at

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Nonlinear Optimization finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by