DocumentationHelp Center
Dimension labels of dlarray
dlarray
d = dims(dlX)
example
d = dims(dlX) returns the labels of dlX as a character array.
d
dlX
collapse all
Obtain the dimension labels of a dlarray.
dlX = dlarray(randn(3,4),'TS'); d = dims(dlX)
d = 'ST'
Obtain the labels of an unlabeled dlarray.
y = stripdims(dlX); d = dims(y)
d = 0x0 empty char array
Input dlarray, specified as a dlarray object.
Example: dlX = dlarray(randn(3,4),'ST')
dlX = dlarray(randn(3,4),'ST')
Dimension labels, returned as a character vector. If the input dlX is unlabeled, d is empty.
dlarray | finddim | stripdims
finddim
stripdims
A modified version of this example exists on your system. Do you want to open this version instead?
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office