Question: I am trying to make a matlab code to use linprog and I keep getting an error. Th current code looks like this: A =

I am trying to make a matlab code to use linprog and I keep getting an error. Th current code looks like this:
A=[10-1-10000; 0001-100-1; 010010-10; 00100-100;
11000000; 00000111];
B=[0; 0; 0; 0; 0; 0; 1; 1];
lb=[0; 0; 0; 0; 0; 0; 0; 0];
ub=[0; 0; 0; 0; 0; 0; 0; 0];
C=[86135153];
x=linprog(C,[],[],A,B,lb,ub);

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!