Ältere Kommentare anzeigen
Hi. How can I edit or make a .mat file? Hope someone will reply thank you.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 6 Mär. 2012
0 Stimmen
.mat files are binary files that cannot be edited with a regular editor. If you knew the exact binary format it would be possible to write in new data.
The ABI documentation describes the binary format and describes a (Mathworks-provided) C library that can be used to create the files.
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!