フィルターのクリア

What is the maximum dimension that MATLAB can handle, specially linprog.

2 ビュー (過去 30 日間)
Ashenafi Alemu
Ashenafi Alemu 2014 年 7 月 29 日
コメント済み: Walter Roberson 2017 年 1 月 1 日
What is the maximum constraint equations, Variables and matrix dimension MATLAB optimization can handle? Specially Linprog.

採用された回答

John D'Errico
John D'Errico 2014 年 7 月 29 日
編集済み: John D'Errico 2014 年 7 月 29 日
There is essentially no maximum, for any of these tools.
Practically, the max for these values is a function of the amount of memory you have, the amount of memory you can address, and your patience/willingness to wait for an answer. Logically, bigger problems will take more time.
  2 件のコメント
weiya zhong
weiya zhong 2017 年 1 月 1 日
Do you know is there such constraint for Linprog of the free trial version? Thank you
Walter Roberson
Walter Roberson 2017 年 1 月 1 日
No, there is no limitation for the trial version in that regard. There are limitations on generated reports and on executables compiled with MATLAB Compiler, but no limitations on linprog.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by