马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
如题,不知道什么意思,做的一个线性规划,调用linprog函数,提示错误信息是这样的,我看不懂:
Warning: Length of lower bounds is > length(x); ignoring extra bounds.
> In checkbounds at 27
In linprog at 160
Exiting: The primal is infeasible; the equality constraints are dependent
but not consistent.
其中:checkbounds at 27对应的内容是这样的: warning('optimlib:checkbounds:IgnoringExtraLbs', ...
'Length of lower bounds is > length(x); ignoring extra bounds.');
而linprog at 160对应着提示:[x0,lb,ub,msg] = checkbounds(x0,lb,ub,nvars);
请版内朋友看到后给诊断一下,拜谢了!
[ 本帖最后由 eight 于 2007-8-7 13:20 编辑 ] |