필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by