Feeds
질문
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년 전 | 답변 수: 3 | 0
3
답변답변 있음
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);
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);
대략 3년 전 | 0
질문
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년 전 | 답변 수: 1 | 0

