| External Interfaces Reference | ![]() |
Load array header information only
Fortran Syntax
Arguments
mfp
Pointer to MAT-file information.
name
Address of the variable to contain the mxArray name.
Description
matGetNextVariableInfo loads only the array header information, including everything except pr, pi, ir, and jc, from the file's current file offset. MATLAB returns the name of the mxArray in name.
If pr, pi, ir, and jc are set to nonzero values when loaded with matGetVariable, matGetNextVariableInfo sets them to -1 instead. These headers are for informational use only and should never be passed back to MATLAB or saved to MAT-files.
| matGetNextVariable | matGetString (Obsolete) | ![]() |
© 1994-2005 The MathWorks, Inc.