Statistics
RANK
267,606
of 300,756
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,077
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,890
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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...
3 years ago | 3 answers | 0
3
answerserror : 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);
3 years ago | 0
Question
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. ...
3 years ago | 1 answer | 0

