5. Overview MATLAB FilesΒΆ

The following functions can be used to write and read files in MATLAB format.

MATLAB is a registered trademark of The MathWorks, Inc. (http://www.mathworks.com).

The standard file name extension of MATLAB files is .mat. UniPlot can read MATLAB 4 and MATLAB 5 files. UniPlot can write MATLAB 5 files.

  Reading und Writing MATLAB Files
matlab_load matlab_load loads a MATLAB file (mat file) into a UniScript object.
matlab_save matlab_save saves a UniScript object in a MATLAB file (mat file).

id-1177270