How to clear the checkbox using commands?

How can I uncheck this checkbox "Limit the maximum array size to a percentage of RAM" ?

3 Comments

What happens when you click the checkbox? And wouldn't you say that is equivalent to setting the percentage to 100%?
Rik, turning off the limit allows you to use arrays that are larger than RAM, provided you have swap turned on.
I used the 'linkage' function but it didn't work due to the limited array size. In order to solve this issue, I cleared the checkbox and the function was implemented very well. However, I am still wondering how to clear the checkbox using the command.

Sign in to comment.

Answers (1)

s = settings;
s.matlab.desktop.workspace.ArraySizeLimitEnabled.PersonalValue = false

2 Comments

I appreciate your help! It works well!
"Accept this answer" then so he can get credit for it.

Sign in to comment.

Asked:

on 21 Jun 2018

Commented:

on 23 Jun 2018

Community Treasure Hunt

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

Start Hunting!