How can I solve this error can someone help

Undefined function or method 'checkbounds' for input arguments of type 'double'.
Error in ==> linprog at 198 [x0,lb,ub,msg] = checkbounds(x0,lb,ub,nvars);

回答 (1 件)

José-Luis
José-Luis 2012 年 9 月 21 日
編集済み: José-Luis 2012 年 9 月 21 日

0 投票

It means that you do not have the required toolboox in that computer. Either test your code in a computer with the optimization toolbox installed, or buy/install it. To see the toolboxes you have available, try:
ver
in the command line

カテゴリ

ヘルプ センター および File ExchangeGet Started with Optimization Toolbox についてさらに検索

質問済み:

2012 年 9 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by