How to clear the checkbox using commands?
Show older comments
How can I uncheck this checkbox "Limit the maximum array size to a percentage of RAM" ?

3 Comments
Rik
on 21 Jun 2018
What happens when you click the checkbox? And wouldn't you say that is equivalent to setting the percentage to 100%?
Walter Roberson
on 21 Jun 2018
Rik, turning off the limit allows you to use arrays that are larger than RAM, provided you have swap turned on.
Kwonsik Song
on 22 Jun 2018
Answers (1)
OCDER
on 22 Jun 2018
s = settings;
s.matlab.desktop.workspace.ArraySizeLimitEnabled.PersonalValue = false
2 Comments
Kwonsik Song
on 23 Jun 2018
Image Analyst
on 23 Jun 2018
"Accept this answer" then so he can get credit for it.
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!