Click or drag to resize

MatValueCellArray Class

Represents a MATLAB cell array.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatValue
    Altaxo.Serialization.MatlabMatValueCellArray

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class CellArray : MatValue, 
	IEquatable<MatValueCellArray>

The MatValueCellArray type exposes the following members.

Constructors
 NameDescription
Public methodMatValueCellArray Represents a MATLAB cell array.
Top
Properties
 NameDescription
Public propertyDimensionsThe dimensions of the cell array.
Public propertyElementsThe cell elements stored in linearized order.
Public propertyIsColumnMajorA value indicating whether the element order follows MATLAB column-major layout.
Top
Methods
 NameDescription
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Top
See Also