mtlb_load

mtlb_load — load variables from file with matlab4 format.

Calling sequence

mtlb_load fname  
mtlb_load xxx.yyy  
mtlb_load fname -ascii  

Parameters

fname : a file name
xxx.yyy : a file name with extension

Description

mtlb_load load variables on file with matlab4 formats.

mtlb_load fnameloads in scilab all variables stored in file binary fname.mat .
mtlb_load fname -asciiloads in scilab variable stored in ascii file fname, which must contain a rectangular array of numeric data, arranged in m lines with n values in each line. The result is an m-by-n matrix named fname .
mtlb_load xxx.yyyreads the ascii file xxx.yyy, which must contain a rectangular array of numeric data, arranged in m lines with n values in each line. The result is an m-by-n matrix named xxx.
"stdio" value for fname doesnt redirect load from standard input.

See also

mtlb_save, save, load