What MATLAB version did handle methods start being hidden?
조회 수: 3 (최근 30일)
이전 댓글 표시
I love this change. I can finally get rid of my handleLight class.
댓글 수: 2
Walter Roberson
2022년 6월 24일
handle methods in general? I have not heard that they are hidden.
Is it possible you are referring to App Designer objects? I think the object visibility is set to Callback by default... not the same thing as the methods.
답변 (1개)
Ishan Gupta
2022년 7월 27일
Hidden means hidden, from display and autocompletion. There's no workaround.
However, what you could do is customise the display of your class, so that it only displays whatever you want even if the property is not hidden. For that you'd have to derive your class from matlab.mixin.CustomDisplay and override getPropertyGroups to omit the property you want to hide.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Software Development Tools에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!