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!