MatValueCellArray Constructor |
Represents a MATLAB cell array.
Namespace: Altaxo.Serialization.MatlabAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CellArray(
MatValue[] Elements,
ReadOnlyMemory<int> Dimensions,
bool IsColumnMajor = true
)
Parameters
- Elements MatValue
- The cell elements stored in linearized order.
- Dimensions ReadOnlyMemoryInt32
- The dimensions of the cell array.
- IsColumnMajor Boolean (Optional)
- A value indicating whether the element order follows MATLAB column-major layout.
See Also