How to display customised tip in Debug editor mode?

1 次查看(过去 30 天)
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
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
Not a documented feature but search Undocumented Matlab
  3 个评论
per isakson
per isakson 2014-8-2
By documented feature I meant a documented way to customize the info.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Entering Commands 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by