.mat file

조회 수: 11 (최근 30일)
Melvin
Melvin 2012년 3월 6일
Hi. How can I edit or make a .mat file? Hope someone will reply thank you.

채택된 답변

TAB
TAB 2012년 3월 6일
You can use MAT-file interface library to read & write MAT files from standalone C or Fortran code.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2012년 3월 6일
.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.

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by