How to display customised tip in Debug editor mode?

1 view (last 30 days)
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?

Accepted Answer

Yair Altman
Yair Altman on 12 Aug 2014
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.

More Answers (1)

per isakson
per isakson on 2 Aug 2014
Edited: per isakson on 2 Aug 2014
Not a documented feature but search Undocumented Matlab
  3 Comments
per isakson
per isakson on 2 Aug 2014
By documented feature I meant a documented way to customize the info.

Sign in to comment.

Categories

Find more on Entering Commands in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!