Mat |
public sealed class ObjectArray : MatValue, IEquatable<MatValueObjectArray>
The MatValueObjectArray type exposes the following members.
| Name | Description | |
|---|---|---|
| MatValueObjectArray | Represents a MATLAB object array. |
| Name | Description | |
|---|---|---|
| ClassName | The MATLAB class name of the object array. | |
| Dimensions | The dimensions of the object array. | |
| Fields | The field data keyed by field name. | |
| IsColumnMajor | A value indicating whether the element order follows MATLAB column-major layout. |