Effacer les filtres
Effacer les filtres

How to display customised tip in Debug editor mode?

1 vue (au cours des 30 derniers jours)
Marco Borges
Marco Borges le 2 Août 2014
Commenté : Marco Borges le 12 Août 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?

Réponse acceptée

Yair Altman
Yair Altman le 12 Août 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.

Plus de réponses (1)

per isakson
per isakson le 2 Août 2014
Modifié(e) : per isakson le 2 Août 2014
Not a documented feature but search Undocumented Matlab
  3 commentaires
per isakson
per isakson le 2 Août 2014
By documented feature I meant a documented way to customize the info.
Marco Borges
Marco Borges le 4 Août 2014
Anything else?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Entering Commands dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by