How to clear the checkbox using commands?

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

3 commentaires

Rik
Rik le 21 Juin 2018
What happens when you click the checkbox? And wouldn't you say that is equivalent to setting the percentage to 100%?
Walter Roberson
Walter Roberson le 21 Juin 2018
Rik, turning off the limit allows you to use arrays that are larger than RAM, provided you have swap turned on.
Kwonsik Song
Kwonsik Song le 22 Juin 2018
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.

Connectez-vous pour commenter.

Réponses (1)

OCDER
OCDER le 22 Juin 2018
s = settings;
s.matlab.desktop.workspace.ArraySizeLimitEnabled.PersonalValue = false

2 commentaires

Kwonsik Song
Kwonsik Song le 23 Juin 2018
I appreciate your help! It works well!
Image Analyst
Image Analyst le 23 Juin 2018
"Accept this answer" then so he can get credit for it.

Connectez-vous pour commenter.

Commenté :

le 23 Juin 2018

Community Treasure Hunt

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

Start Hunting!

Translated by