Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
MATLAB Preventing Code Folding
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm writing a function which is hundreds of lines long and I need it to fold code in order to write it. However, the function suddenly prevented code folding of any kind. All the code folding preferences are set to on and it is the only function which is preventing me from folding code. Does anyone know why this could happen and how to fix it? Thanks.
댓글 수: 2
Walter Roberson
2019년 7월 11일
That can happen if there is a structure error in your code such as a missing end statement.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!