本页对应的英文页面已更新,但尚未翻译。 若要查看最新内容,请点击此处访问英文页面。
在编写自定义应用程序之前,请通过查看以下主题确定 MATLAB 是否满足您的数据交换需求。
matOpen | Open MAT-file |
matClose | Close MAT-file |
MATFile | Type for MAT-file |
matGetVariable | Array from MAT-file |
matGetVariableInfo | Array header information only |
matGetNextVariable | Next array in MAT-file |
matGetNextVariableInfo | Array header information only |
matPutVariable | Array to MAT-file |
matPutVariableAsGlobal | Array to MAT-file as originating from global workspace |
matDeleteVariable | Delete array from MAT-file |
matGetDir | List of variables in MAT-file |
mxIsFromGlobalWS | Determine whether array was copied from MATLAB global workspace |
The matdemo1.F
example creates the MAT-file,
matdemo.mat
.
The matdemo2.F
example illustrates how to use the library routines to
read the MAT-file created by matdemo1.F
and describe its contents.