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