photo

Ipsita Mishra


Last seen: 4 months ago|Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


I am running linear optimization programming through fmincon and getting error: 'FMINCON requires the following inputs to be of data type double: 'LB'.
f = @(x)20*(x1)+64*(x2); %Initial guess x0 = [0,0]; %Linear Constraints A = [25,70]; b = [2100]; Aeq = []; beq = []; ...

12 months ago | 1 answer | 0

1

answer