C Math Library Reference | ![]() ![]() |
Minimum number of arguments: four, maximum: user-defined. Terminate the argument list to mlfSave()
with a NULL
.
C Prototype
void mlfSave(mxArray *file, const char *mode, ... );
C Syntax
#include "matlab.h" mxArray *file, *x, *y, *z; mlfSave(mxCreateString("fname")
, "w","X",x,NULL);/* overwrite data */ mlfSave(mxCreateString("fname")
, "u","X",x,"Y",y,"Z",z,NULL);/* append to data */
MATLAB Syntax
savefname
X savefname
X,Y,Z
See Also
save
Calling Conventions![]() | mlfRsf2csf | mlfSchur | ![]() |