level 1
浪子新一
楼主
这个程序语句应该是没有什么问题的,但不知道为什么就是运行不出来,
c=[2;3;1];
>> a=[1,4,2;3,2,0];
>> b=[8;6];
>> [x,y]=linprog(c,-a,-b,[],[],zeros(3,1))

错误使用 linprog (line 336)
LINPROG has stopped because it encountered an internal error. We are sorry for the inconvenience.Please contact technical support for assistance with your problem, quoting the code "-96@30".
2019年06月16日 10点06分
1
c=[2;3;1];
>> a=[1,4,2;3,2,0];
>> b=[8;6];
>> [x,y]=linprog(c,-a,-b,[],[],zeros(3,1))

错误使用 linprog (line 336)LINPROG has stopped because it encountered an internal error. We are sorry for the inconvenience.Please contact technical support for assistance with your problem, quoting the code "-96@30".