Mat |
public sealed class CellArray : MatValue, IEquatable<MatValueCellArray>
The MatValueCellArray type exposes the following members.
| Name | Description | |
|---|---|---|
| MatValueCellArray | Represents a MATLAB cell array. |
| Name | Description | |
|---|---|---|
| Dimensions | The dimensions of the cell array. | |
| Elements | The cell elements stored in linearized order. | |
| IsColumnMajor | A value indicating whether the element order follows MATLAB column-major layout. |