Scilab Function
Last update : 18/9/39977095

savematfile - write a Matlab MAT-file (binary or ASCII)

Calling Sequence

savematfile('filename')
savematfile('filename', 'var1', 'var2', ...)
savematfile('filename', '-struct', 's')
savematfile('filename', '-struct', 's', 'f1', 'f2', ...)
savematfile(..., 'format')
savematfile filename var1 var2 ...

Parameters

Description

saves variables in a Matlab MAT-file from Scilab. The Scilab data types are converted into the Matlab equivalents.

See Also

load,  save,  loadmatfile,  mfile2sci,  

Authors

Serge Steer (INRIA)
V.C

Bibliography

This function has been developped following the "MAT-File Format" description: www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf