Main Content
getFooter
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Build customized display footer text
Syntax
s = getFooter(obj)
Description
returns
the text used as the footer when displaying s
= getFooter(obj
)obj
. This method is called
once for the entire object array.
Override this method to create a custom footer. 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).
Input Arguments
Output Arguments
Examples
See Customize Header, Property List, and Footer for a sample implementation of getFooter
.
Version History
Introduced in R2013b