Expand description
Enhanced MATLAB format support with v7.3+ and HDF5 integration Enhanced MATLAB format support with v7.3+ (HDF5) support
This module provides enhanced MATLAB file format support including:
- Complete MAT v5 format implementation
- MAT v7.3+ support using HDF5 backend
- Cell array support
- Structure support
- Complex number support
- Compression support
Structs§
- Enhanced
MatFile - Enhanced MAT file writer/reader
- MatFile
Config - Enhanced MATLAB file format configuration
Functions§
- create_
cell_ array - Create a cell array MatType
- create_
complex_ array - Create a complex number MatType (placeholder for future implementation)
- create_
struct - Create a structure MatType
- read_
mat_ enhanced - Read variables from a MAT file with enhanced format support
- write_
mat_ enhanced - Enhanced convenience functions Write variables to a MAT file with automatic format selection