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!