matlab.mixin.CustomDisplay.convertDimensionsToString
Class: matlab.mixin.CustomDisplay
Package: matlab.mixin
Return array dimensions as text
Syntax
dimstr = matlab.mixin.CustomDisplay.convertDimensionsToString(obj)
Description
converts
a size vector into a properly formatted text of dimensions for the
nonscalar header.dimstr
= matlab.mixin.CustomDisplay.convertDimensionsToString(obj
)
Input Arguments
|
MATLAB® object |
Output Arguments
|
Text representing the object’s dimensions as determined
by calling |
Attributes
Static | true |
Access | Protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, see Method Attributes.