How to set Matlab Option Preferences -> Workspace and enable "Limit the maximum array size to a percentage of RAM" programmatically ?

2 次查看(过去 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 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by