How to display customised tip in Debug editor mode?

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.
_
I want to display some customised information instead.
Anyone know how to do this?

 채택된 답변

Yair Altman
Yair Altman 2014년 8월 12일

2 개 추천

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개)

per isakson
per isakson 2014년 8월 2일
편집: per isakson 2014년 8월 2일

1 개 추천

Not a documented feature but search Undocumented Matlab

댓글 수: 3

But the examples above show tooltip in GUI,
I want to change the Editor tooltip. Is this possible?
By documented feature I meant a documented way to customize the info.
Anything else?

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

카테고리

도움말 센터File Exchange에서 Function Creation에 대해 자세히 알아보기

제품

질문:

2014년 8월 2일

댓글:

2014년 8월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by