I' am facing a error"Out of memory. Type HELP MEMORY for your options."
1 次查看(过去 30 天)
显示 更早的评论
回答(2 个)
Jos (10584)
2014-3-21
Use less memory …
This means your matrices are too large. Do you really need to keep all data in your working memory? Can you chunk your data and parse each chunk separately?
0 个评论
Chandrasekhar
2014-3-21
编辑:Chandrasekhar
2014-3-21
you can adjust your matlab heap memory if you are working with very huge data. go to matlab>>file>>preferences and follow the screen shot below. you can move the pointer and select your size.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!