MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manuel d'utilisateur Page 263

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 408
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 262
Using MAT-Files
6-7
The MAT-file library contains routines for reading and writing MAT-files. They
all begin with the three-letter prefix
mat. These tables list all the available
MAT-functions and their purposes.
Table 6-1: C MAT-File Routines
MAT-Function Purpose
matOpen
Open a MAT-file
matClose
Close a MAT-file
matGetDir
Get a list of MATLAB arrays from a MAT-file
matGetFp
Get an ANSI C file pointer to a MAT-file
matGetArray
Read a MATLAB array from a MAT-file
matPutArray
Write a MATLAB array to a MAT-file
matGetNextArray
Read the next MATLAB array from a MAT-file
matDeleteArray
Remove a MATLAB array from a MAT-file
matPutArrayAsGlobal
Put a MATLAB array into a MAT-file such
that the
load command will place it into the
global workspace
matGetArrayHeader
Load a MATLAB array header from a MAT-file
(no data)
matGetNextArrayHeader
Load the next MATLAB array header from a
MAT-file (no data)
Table 6-2: Fortran MAT-File Routines
MAT-Function Purpose
matOpen
Open a MAT-file
matClose
Close a MAT-file
Vue de la page 262
1 2 ... 258 259 260 261 262 263 264 265 266 267 268 ... 407 408

Commentaires sur ces manuels

Pas de commentaire