loadmatfileloads a Matlab V6 MAT-file (binary or ASCII) into ScilabCalling Sequenceloadmatfile(format,filename[,var1[,var2[,...]]])
loadmatfile(filename[,format[,var1[,var2[,...]]]])
loadmatfile(filename[,var1[,var2,[,...[,format]]]])
Argumentsfilenamecharacter string containing the path of the file (needed)formatfile format (if not given and file has extension ".mat", file is considered to be binary)"-mat"binary file"-ascii"option to force Scilab to read file as an ASCII filevar1, var2character strings containing the name of the variables to load (only for binary files)Description
loads a Matlab MAT-file into Scilab. The Matlab data types are
converted into the Scilab equivalents.
ExamplesSee Also
load
savematfile
save
mfile2sci
matfile2sci
Bibliography
This function uses MATIO library (
http://sourceforge.net/projects/matio/
).