#include "mat.h" MATFile *matOpen(filename,mode)char *filename;char *mode;
integer*4 function matOpen(filename,mode)integer*4 fpcharacter*(*) filename, mode
filenamefpmodefopen routine. At a future date, it may initialize the MAT-file with a signature or header.
matOpen opens the named file and returns a file handle, or NULL if the open fails. Legal values for mode are
r open file for reading only
u open file for update; reading and writing
w open file for writing only; delete previous contents, if any
(c) Copyright 1994 by The MathWorks, Inc.