How to clear the checkbox using commands?

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

댓글 수: 3

Rik
Rik 2018년 6월 21일
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 2018년 6월 21일
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 2018년 6월 22일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

OCDER
OCDER 2018년 6월 22일

1 개 추천

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

댓글 수: 2

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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

질문:

2018년 6월 21일

댓글:

2018년 6월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by