ans =
1
hobj is also a containers.Map object:
isa(hobj,'containers.Map')
ans =
1
Querying the class of hobj shows that it is a containers.Map object:
class(hobj)
ans =
containers.Map
The class function returns the specific class of an object.
See Also
Related Examples
- “Implement Copy for Handle Classes”
See Also