Borrar filtros
Borrar filtros

How to display customised tip in Debug editor mode?

1 visualización (últimos 30 días)
Marco Borges
Marco Borges el 2 de Ag. de 2014
Comentada: Marco Borges el 12 de Ag. de 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?

Respuesta aceptada

Yair Altman
Yair Altman el 12 de Ag. de 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.

Más respuestas (1)

per isakson
per isakson el 2 de Ag. de 2014
Editada: per isakson el 2 de Ag. de 2014
Not a documented feature but search Undocumented Matlab
  3 comentarios
per isakson
per isakson el 2 de Ag. de 2014
By documented feature I meant a documented way to customize the info.
Marco Borges
Marco Borges el 4 de Ag. de 2014
Anything else?

Iniciar sesión para comentar.

Categorías

Más información sobre Entering Commands en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by