How to clear the checkbox using commands?

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

3 Kommentare

Rik
Rik am 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
Walter Roberson am 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
Kwonsik Song am 22 Jun. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

OCDER
OCDER am 22 Jun. 2018

1 Stimme

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

2 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 21 Jun. 2018

Kommentiert:

am 23 Jun. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by