How to display customised tip in Debug editor mode?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Marco Borges
il 2 Ago 2014
Commentato: Marco Borges
il 12 Ago 2014
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?
0 Commenti
Risposta accettata
Yair Altman
il 12 Ago 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.
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!