How to reduce the variable size.I have attached my program. Output error- Maximum variable size allowed by the program is exceeded.

조회 수: 2 (최근 30일)
How to reduce the variable size.I have attached my program. Output error- Maximum variable size allowed by the program is exceeded.
  댓글 수: 4

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

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 14일
  댓글 수: 2
Walter Roberson
Walter Roberson 2015년 9월 16일
편집: Walter Roberson 2015년 9월 16일
>> ABCDE = nchoosek(uint8(1:89),5);
>> size(ABCDE)
ans =
41507642 5
You can extract the individual columns if you need to,

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

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by