1. Requirements

has been developed and tested using Matlab 6.5 (R13.5) and 7.0 (R14) running on Linux and Windows XP. Any other Matlab supported platform should work.

As of version 1.02 Octave (version >2.1.64) is supported as well.

No Matlab toolboxes are required.

1.1. Local Installation

If you run Matlab with Java extensions (the default), you can run the pathtool, select the install directory, and save the path and you are done ;

>> pathtool

To install without the Java gui (using 'matlab -nojvm') you can manually add the folder to Matlabs search path. If you unpack to /usr/share/matlab/SegyMAT simply do :

>> addpath /usr/share/matlab/SegyMAT -begin

1.2. Global Installation

For a system wide installation add the following line (substituting the location of the directory)

>> addpath /usr/share/matlab/SegyMAT -begin

to pathdef.m, usually located in $MATLAB_INSTALL/toolbox/local/pathdef.m