Contenu principal

Écrire des programmes Fortran pour lire les données de fichiers MAT

Lire et écrire des données MATLAB® depuis des programmes Fortran

Avant d’écrire une application personnalisée, déterminez si MATLAB répond à vos besoins en matière d’échange de données en consultant les rubriques suivantes.

Fortran MAT File API

matOpenOpen MAT-file
matCloseClose MAT-file
MATFileType for MAT-file
matGetVariableArray from MAT-file
matGetVariableInfoArray header information only
matGetNextVariableNext array in MAT-file
matGetNextVariableInfoArray header information only
matPutVariableArray to MAT-file
matPutVariableAsGlobalArray to MAT-file as originating from global workspace
matDeleteVariableDelete array from MAT-file
matGetDirList of variables in MAT-file
mxIsFromGlobalWSDetermine whether mxArray was copied from MATLAB global workspace

Rubriques