Module matlab

Module matlab 

Source
Expand description

MATLAB file format (.mat) handling module

This module provides functionality for reading and writing MATLAB .mat files. Supports MATLAB v5 format (Level 5 MAT-File) and enhanced v7.3+ format.

§Submodules

  • enhanced: Enhanced MATLAB format support with v7.3+ and HDF5 integration
  • write_impl: Internal implementation details for MAT file writing

Modules§

enhanced
Enhanced MATLAB format support with v7.3+ and HDF5 integration Enhanced MATLAB format support with v7.3+ (HDF5) support
v73_enhanced
Extended MATLAB v7.3+ format support with additional data types Enhanced MATLAB v7.3+ format support

Enums§

MatType
MATLAB data types

Functions§

read_mat
Reads a MATLAB .mat file
write_mat
Writes data to a MATLAB .mat file