External Interfaces/API Reference |
Fortran Syntax
Arguments
filename
Name of file to open.
mode
File opening mode. Legal values for mode
are:
mfp
Pointer to MAT-file information.
Description
This routine allows you to open MAT-files for reading and writing.
matOpen
opens the named file and returns a file handle, or 0 if the open fails.
Examples
See matdemo1.f
and matdemo2.f
in the eng_mat
subdirectory of the examples
directory for sample programs that illustrate how to use the MATLAB MAT-file routines in a Fortran program.
matGetVariableInfo | matPutArray (Obsolete) |