MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manual de usuario Pagina 263

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 408
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 262
1 2 ... 258 259 260 261 262 263 264 265 266 267 268 ... 407 408

Comentarios a estos manuales

Sin comentarios