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...
12 years 前 | 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...
12 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
