Feeds
質問
Getting Error using quad2d
Hello, Below if my function that I am attempting to use for an optimization problem but I keep getting the error that my inpu...
13年弱 前 | 1 件の回答 | 0
1
回答質問
Error: Matrices Must Agree
Hello, I am attempting to run the below function but I keep getting the error "Error using - : Matrices must agree". I have a...
13年弱 前 | 0 件の回答 | 0
0
回答質問
Matlab Error: Matrices must agree
Hello, I am programming the following function: V = 500; c2 = 10; Pv = 1/V; % IvLin = a1*v; %what is v? ...
13年弱 前 | 1 件の回答 | 0
1
回答質問
How to interpret Multi-objective using goal attainment problems in Matlab
Hello, I am currently working on a multi-objective problem that contains 2 objective functions: 1) Maximization objective fun...
13年弱 前 | 0 件の回答 | 0
0
回答質問
How to include two objective functions in a Goal Attainment Problem
Hello, I have been working on a multiobjective optimization problem that includes two objective functions: E = (-1*(E...
13年弱 前 | 0 件の回答 | 0
0
回答質問
Size of GOAL must be equal to the size of F returned by FUN Error
Below is my program that I am atttempting to use goal attainment for a multiobjective problem, but when I run the program I keep...
13年弱 前 | 2 件の回答 | 0
2
回答回答済み
How to verify my optimal solution given by Matlab
I figured out the problem! Had to eliminate my random variable within one of the integrals. Now the answer is verified. Thanks f...
How to verify my optimal solution given by Matlab
I figured out the problem! Had to eliminate my random variable within one of the integrals. Now the answer is verified. Thanks f...
約13年 前 | 0
質問
Verification of Optimal Solution given in Optimization Problem
Hello, I am trying to verify that the solution that Matlab provides as my optimal objective value (fval) is correct. For s...
約13年 前 | 0 件の回答 | 0
0
回答回答済み
How to verify my optimal solution given by Matlab
Below is an example of a solution I would get. Now if I plugged the x variables (x = 1.0001 1.0000 1.4779 9.9994 1.4...
How to verify my optimal solution given by Matlab
Below is an example of a solution I would get. Now if I plugged the x variables (x = 1.0001 1.0000 1.4779 9.9994 1.4...
約13年 前 | 0
質問
How to verify my optimal solution given by Matlab
Hello, I am trying to verify that the solution that Matlab provides as my optimal objective value (fval) is correct. For s...
約13年 前 | 3 件の回答 | 0
3
回答質問
How to display parts of a Function Value in an Optimization Problem
Hello, Below I have two files. The first is a function file and the second is the Optimization file. I am trying to display i...
13年以上 前 | 1 件の回答 | 1
1
回答質問
Not enough input arguments Error
Hello, I am not that experienced with Matlab errors and was wondering if anyone could help me with why I keep getting this er...
13年以上 前 | 1 件の回答 | 0
