Optimization toolbox with different constraint on the same parameter

Hi evryone ,
i'm using the optimization toolbox with Fmincon algo, i want to add this constraint to my parameters V
5<V<10
how should i proceed

Answers (1)

Hi,
You can look at the lower bound (lb) and upper bound (ub) parameters of the fmincon.
You can refer to the following link for detailed understanding ;
Also this video can also be helpful
Hope this helps!

Categories

Asked:

on 21 Apr 2020

Answered:

on 28 May 2020

Community Treasure Hunt

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

Start Hunting!