Mat file header utilities

Utility functions for reading and writing .mat file headers

You are now following this Submission

Example usage:

addpath('src')
import edu.stanford.covert.io.editMatFileHeader;
import edu.stanford.covert.io.readMatFileHeader;

[timestamp, platform, version] = readMatFileHeader(matFileName);
editMatFileHeader(matFileName, timestamp, platform, version);

Cite As

Jonathan Karr (2026). Mat file header utilities (https://se.mathworks.com/matlabcentral/fileexchange/39566-mat-file-header-utilities), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: fireFly

Tags

Add Tags

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0