Module enhanced

Source
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§

EnhancedMatFile
Enhanced MAT file writer/reader
MatFileConfig
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