Overcome matrix maximum size problem
Show older comments
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.
Accepted Answer
More Answers (1)
the cyclist
on 7 Aug 2011
0 votes
It is possible to store values in files. Refer to the documentation on the "save" and "load" commands.
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!