fullDataRepresentation
Class: matlab.mixin.CustomCompactDisplayProvider
Namespace: matlab.mixin
Syntax
Description
builds the compact display representation of the object array rep
= fullDataRepresentation(obj
,displayConfiguration
)obj
using
the string converter method defined by the class of obj
. The method
concatenates all the strings, corresponding to the elements of obj
,
into a padded display text. To construct a representation suitable for display within the
container, the method uses the current display context as described in
displayConfiguration
.
builds a compact display representation using additional options specified by one or more
name-value arguments.rep
= fullDataRepresentation(obj
,displayConfiguration
,Name=Value
)
Input Arguments
Output Arguments
Examples
Tips
fullDataRepresentation
is a utility method. You can call it from within thecompactRepresentationForSingleLine
orcompactRepresentationForColumn
methods to customize the compact display of your objects.
Version History
Introduced in R2021b