MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manual do Utilizador Página 263

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 408
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 262
1 2 ... 258 259 260 261 262 263 264 265 266 267 268 ... 407 408

Comentários a estes Manuais

Sem comentários