Main Content
details
Display array details
Syntax
Description
details(
displays
detailed information about the array, A
)A
.
When A
is a MATLAB® object array, details
displays
more information than the default display. This information includes:
Fully qualified class name, including namespaces
Link to class documentation
Link to
handle
class documentation for classes that subclasshandle
List of all properties that have public get access
List of property values if the array is scalar
Link to list of public methods
Link to list of events
Link to list of all nonhidden superclasses
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2013b