Is there any limit in no: of variables that can be solved using matlab?

조회 수: 2 (최근 30일)
Krishna prasad K
Krishna prasad K 2016년 11월 7일
답변: Walter Roberson 2016년 11월 8일
my problem has 4876 variables....
  댓글 수: 2
Jan
Jan 2016년 11월 7일
It depends on the algorithm you want to apply. So please provide any details.
Krishna prasad K
Krishna prasad K 2016년 11월 8일
I'm using bintprog() in matlab for scheduling of DC micro grid. No particular algorithm is used.

댓글을 달려면 로그인하십시오.

답변 (2개)

Eng. Fredius Magige
Eng. Fredius Magige 2016년 11월 7일
Hi Iam not sure with limitation; I developed more than 100 pages with more than 5000 variable in 2010b, and seem Matlab is OK thought is more slow.

Walter Roberson
Walter Roberson 2016년 11월 8일
The limit is memory, not anything built in.
Except possibly for some 32 bit systems where it was just possible to run into some limits on indexing before you ran out of memory, in some uncommon systems configured with eXpanded Memory, in the fundamentally useless edge case of passing in a really long single sample and asking to classify based on the one single sample (if you had multiple samples you would have run out of memory before hitting this edge case...)
Tl;Dr : use a 64 bit MATLAB and the limit will be amount of memory you have.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by