Feeds
提问
Trying to find the answer to a linear programming optimization problem...this is the code I have so far having a hard time smoothing out all the errors...any help would be great
clc %%====== Setup ========= S = [[3000 1000 2000];[1000 1000 4000];[2000 500 3000]]; sol = []; c = S(:,3); B = S; ...
5 years 前 | 0 个回答 | 0
0
个回答提问
Invalid use of operator...it is saying it has a problem with '&&' in line 52
clc %%====== Setup ========= S = [[3000 1000 2000];[1000 1000 4000];[2000 500 3000]]; sol = []; c = S(:,4); B = S; B...
5 years 前 | 1 个回答 | 0
