converts a Matlab 5 MAT-file into a Scilab binary file
matfile2sci(mat_file_path,sci_file_path)
:
Converts a Matlab 5 MAT-file into a SOD file compatible with the function load (See `save`_ for more information). The Matlab data types are converted into the Scilab equivalents.
This function has been developed according to the document “MAT-File Format”: `Mat-File Format`_
Version Description 5.4.0 Scilab output file in a SOD (Scilab Open Data) file. .. _mfile2sci: mfile2sci.html .. _load: load.html .. _Mat-File Format: http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf .. _save: save.html .. _loadmatfile: loadmatfile.html