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!