matlab程序出错,求助,急急急!!!
c=[-0.05;-0.08];A=[0.1,0.2];b=[1400];xlb=zeros(2,1);xub=[8000;5000];x0=[0;0];x=linpro...
c=[-0.05;-0.08];
A=[0.1,0.2];
b=[1400];
xlb=zeros(2,1);
xub=[8000;5000];
x0=[0;0];
x=linprog(c,A,b,xlb,xub,x0)
profit=-c'*x-4000/30
出错提示:
??? Error using ==> linprog
The number of columns in Aeq must be the same as the length of f.
Error in ==> Untitled at 7
x=linprog(c,A,b,xlb,xub,x0)
如何修改程序,请赐教,急急急!!
急需修改后的程序 展开
A=[0.1,0.2];
b=[1400];
xlb=zeros(2,1);
xub=[8000;5000];
x0=[0;0];
x=linprog(c,A,b,xlb,xub,x0)
profit=-c'*x-4000/30
出错提示:
??? Error using ==> linprog
The number of columns in Aeq must be the same as the length of f.
Error in ==> Untitled at 7
x=linprog(c,A,b,xlb,xub,x0)
如何修改程序,请赐教,急急急!!
急需修改后的程序 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询