How to solve this in commend window ?Out of memory. Type HELP MEMORY for your options.?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Out of memory. Type HELP MEMORY for your options.
2 Comments
Walter Roberson
on 18 Aug 2015
What happened when you went to the command line and gave the command
help memory
?
Michael
on 18 Aug 2015
it depends, what are you trying to do? for example, if you are dealing with large matrices, then one way to reduce memory uptake is to create matrix of same size using zeros (e.g. zeros(size matrix)) before calculations etc.. or if you are loading large files, you can load one file at a time within a loop.
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!