主要内容

编写Fortran程序来读取mat文件数据

MATLAB读写®数据来自Fortran程序

在编写自定义应用程序之前,请通过回顾以下主题来确定MATLAB是否满足您的数据交换需求。

Fortran MAT-File API

matOpen 打开MAT-file
matClose 关闭MAT-file
MATFile 键入MAT-file
matGetVariable MAT-file中的数组
matGetVariableInfo 数组头信息
matGetNextVariable mat文件中的下一个数组
matGetNextVariableInfo 数组头信息
matPutVariable 数组到mat文件
matPutVariableAsGlobal 数组转换为mat文件,作为源自全局工作区
matDeleteVariable 从mat文件中删除数组
matGetDir MAT-file中的变量列表
mxIsFromGlobalWS 确定是否从mxArray复制MATLAB全球的工作区

Argomenti