필터 지우기
필터 지우기

How to display customised tip in Debug editor mode?

조회 수: 1 (최근 30일)
Marco Borges
Marco Borges 2014년 8월 2일
댓글: Marco Borges 2014년 8월 12일
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.
Marco Borges
Marco Borges 2014년 8월 4일
Anything else?

댓글을 달려면 로그인하십시오.

카테고리

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