How to set Matlab Option Preferences -> Workspace and enable "Limit the maximum array size to a percentage of RAM" programmatically ?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have very large variable to work with (e.g. A = zeros(10000,1000,1000) , which is about 80GB, far superior to my RAM = 32BG). When I unchecked: Preferences -> Workspace and enable "Limit the maximum array size to a percentage of RAM"
I can handle the issue and create this variable in the workspace, no problem.
But I want to create a standalone application: how to set this option programmatically ?
Thank you,
Maia
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!