MWStringArray Constructor (Int32) |
MATLAB string array constructor.
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax public MWStringArray(
params int[] dimensions
)
Parameters
- dimensions
- Type: SystemInt32
An integer array containing the dimensions for the string array.
Remarks
Creates a MATLAB string array with the specified dimensions. If only one dimension is specified,
a 1-by-n string array is created. All elements will be uninitialized with the default missing state.
See Also