etlplus.file.mat

etlplus.file.mat module.

Stub helpers for reading/writing MATLAB (MAT) data files (not implemented yet).

Notes

  • A MAT file is a binary file format used by MATLAB to store variables,

    arrays, and other data structures.

  • Common cases:
    • Storing numerical arrays and matrices.

    • Saving workspace variables.

    • Sharing data between MATLAB and other programming environments.

  • Rule of thumb:
    • If the file follows the MAT-file specification, use this module for

      reading and writing.

Classes

MatFile()

Handler implementation for MAT files.