Mat file header utilities
Version 1.0.0.0 (3.24 KB) by
Jonathan Karr
Utility functions for reading and writing .mat file headers
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://www.mathworks.com/matlabcentral/fileexchange/39566-mat-file-header-utilities), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Workspace Variables and MAT Files in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: fireFly
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
MatHeaderUtils/src/+edu/+stanford/+covert/+io/
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
