.mat file

11 visualizaciones (últimos 30 días)
Melvin
Melvin el 6 de Mzo. de 2012
Hi. How can I edit or make a .mat file? Hope someone will reply thank you.

Respuesta aceptada

TAB
TAB el 6 de Mzo. de 2012
You can use MAT-file interface library to read & write MAT files from standalone C or Fortran code.

Más respuestas (1)

Walter Roberson
Walter Roberson el 6 de Mzo. de 2012
.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.

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by