How to display customised tip in Debug editor mode?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have some matlab classes that have many properties. When I am in Editor debug mode and I pass the mouse over, Matlab shows the name of the properties.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153917/image.png)
_
I want to display some customised information instead.
Anyone know how to do this?
댓글 수: 0
채택된 답변
Yair Altman
2014년 8월 12일
I blogged about this last week. Basically, you just need to define custom fieldnames() and properties() methods to define which properties to display, and/or define a custom disp() method to define a custom display format.
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!