Vahagn
Vahagn

Reputation: 4820

How to get MATLAB handle object name as a string?

Is there a way to get the name of a MATLAB handle object as a string?

Upvotes: 1

Views: 1114

Answers (1)

Mikhail Poda
Mikhail Poda

Reputation: 5831

Overwrite disp method of your from handle derived class! If you mean the type then call class(obj)

Upvotes: 3

Related Questions