Overcome matrix maximum size problem
古いコメントを表示
how could i possibly overcome the problem of being limited by matrix maximum size. i am thinking of maybe storing values to a file? is this possible?
suppose i have a code that lists a matrix of all binary possibilities from 0 to n, if n is too great the matrix would not be enough to store all values. what would be a good solution? also considering RAM limitations.
採用された回答
その他の回答 (1 件)
the cyclist
2011 年 8 月 7 日
0 投票
It is possible to store values in files. Refer to the documentation on the "save" and "load" commands.
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!