Altaxo. |
| Class | Description | |
|---|---|---|
| MatFile | Container for variables imported from a MAT-file. | |
| MatFileV5Reader | Reader for MATLAB MAT-file version 5 streams. | |
| MatFileV5Writer | MAT-file v5 writer. | |
| MatValue | Base type for values imported from MATLAB MAT-files. | |
| MatValueCellArray | Represents a MATLAB cell array. | |
| MatValueLogicalArray | Represents a logical (boolean) array. | |
| MatValueLogicalScalar | Represents a scalar logical (boolean) value. | |
| MatValueMatrix | Represents a 2D double matrix. | |
| MatValueNumericArray | Represents an n-dimensional numeric array. | |
| MatValueObjectArray | Represents a MATLAB object array. | |
| MatValueScalar | Represents a scalar double value. | |
| MatValueString | Represents a string value. | |
| MatValueStructArray | Represents a MATLAB struct array. | |
| MatValueVector | Represents a 1D double vector. |