MWStructArray Constructor (Int32, String) |
Creates a MATLAB structure array with the specified dimensions and field names.
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax public MWStructArray(
int[] dimensions,
string[] fieldNames
)
Parameters
- dimensions
- Type: SystemInt32
A native array containing the dimensions for the structure array. - fieldNames
- Type: SystemString
The field names for the structure array.
See Also