Overcome matrix maximum size problem
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
the cyclist
el 7 de Ag. de 2011
0 votos
It is possible to store values in files. Refer to the documentation on the "save" and "load" commands.
1 comentario
Talaria
el 7 de Ag. de 2011
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!