Overcome matrix maximum size problem
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
the cyclist
le 7 Août 2011
0 votes
It is possible to store values in files. Refer to the documentation on the "save" and "load" commands.
1 commentaire
Talaria
le 7 Août 2011
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!