Name
matfile_open — Opens a Matlab V5 binary MAT-file.
Calling Sequence
fd = matfile_open(filename[, mode])
Parameters
- filename
String: the path of the file. Must contain only ANSI character.
- mode
String: file access type ("r"
by default).
- fd
Real: file descriptor (-1 if opening failed).
Description
Opens a Matlab binary MAT-file for reading or writing data.