Is there any limit in no: of variables that can be solved using matlab?
3 ビュー (過去 30 日間)
古いコメントを表示
my problem has 4876 variables....
2 件のコメント
回答 (2 件)
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
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with Optimization Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!