Page 3 - Demo
P. 3
Data File Viewer%uf09f %uf09f RCP Consult 2022-2025 Page 31 USAGE OF MAT FILES IN INTERFACE SCRIPTS AND SOURCE FILESEach interface engine has a specific method to operate with a MAT-file. Usually, it is a statement in the script that triggers loading of a MAT-file into the current session. Some engines have a built-in facility to do it - Matlab, Maple, Mathematica, Octave and Scilab, others - Python, Ruby and R require one or more additional support packages. Gauss does not support this kind of file.1.1 MATLAB ImplementationThis is a standard method to use a MAT-File in a MATLAB script - Load variables from file into workspace.1.2 MAPLE ImplementationThere is a built-in feature to use a MAT-File in a MAPLE script - ImportMatrix.