Error message by linprog

2 ビュー (過去 30 日間)
Kees Roos
Kees Roos 2014 年 7 月 10 日
コメント済み: Roger Wohlwend 2014 年 7 月 10 日
I try to solve an LP problem with data A,b,c,lo,hi by using the command [x,fval,exitflag,output] = linprog(c, [], [], A, b, lo, hi); As a result I receive as only output the following error message:
Error in linprog (line 176) largescaleOn = strcmpi(optimget(options,'LargeScale',defaultopt,'fast'),'on');
Error in test_problems (line 17) [x,fval,exitflag,output] = linprog(c, [], [], A, b, lo, hi);
In my case A has size 27 times 51, and the problem has an optimal solution. I am hoping for some help.
  2 件のコメント
Friedrich
Friedrich 2014 年 7 月 10 日
Can you please post the full error message. it seems like you left out a few lines of error.
Roger Wohlwend
Roger Wohlwend 2014 年 7 月 10 日
In addition to the complete error message I'd like to know the dimensions of all input variables. Alternatively you could save them in a mat-file and post it her

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeVariables についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by