Class: matlab.mixin.CustomDisplay
Package: matlab.mixin
Build and return display header text
s = getHeader(obj)
returns the text used as the header when displaying s
= getHeader(obj
)obj
. This method is called once for the entire object array.
Override this method to create a custom header. The overriding implementation must support all states of the object, including scalar, nonscalar, empty, and deleted (if obj
is an instance of a handle class).
|
Object array of a class derived from |
|
Header string, returned as a The default implementation returns the following:
If you override this method, you might need to terminate |