Click or drag to resize

MatValueCellArray Constructor

Represents a MATLAB cell array.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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