Community Profile

photo

Ulisses Anastácio de Oliveira


Last seen: 4 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Solve a multiobjective optimization problem by problem-based approach in Matlab2021a
I am trying this: % teste_multiobjective file x1 = optimvar('x1','LowerBound',0); x2 = optimvar('x2','LowerBound',0); s1...

mehr als ein Jahr vor | 3 Antworten | 0

3

Antworten

Beantwortet
error : Objective must be a scalar OptimizationExpression or a struct containing a scalar OptimizationExpression.
I guess you should use: wavepower_optimization.Objective = sum(NPC_bat + NPC_sc + NPC_fw);

mehr als ein Jahr vor | 0

Frage


How plot or view each element of optimexpr variable in case of problem-based optimization?
I have written a code with some variables and one of them is w(optimexpr) which is a combination from two optimvar variables. ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort