next up previous
Next: Structure of the toolbox Up: HUTear Matlab Toolbox version Previous: Introduction

Subsections

Installation

Basically, you should download all, compile MEX files, and install them so that MATLAB can find them. All files can be found here: HUTear2 directory

UNIX platforms

*
Download HUTear2.tar.gz to the place where you want to install it.
*
Gunzip and untar the package:
>> gunzip HUTear.tar.gz
>> tar xf HUTear.tar

*
Edit makefile if necessary. It is possible that you need to change MEXEXT=mexsg line to you are not using a SGI's workstation.
*
Compile MEX files
>> make all
*
Set path in MATLAB so that the functions (HUTear-directory) can be found. In addition set path to examples-directory in order to make ready-made profile description files to work.
*
Go to examples directory.
*
Run HUTear_intro in MATLAB to see that everything works correctly.
*
You may run also demonstration scripts demo1, demo2, etc.

Other platforms

*
Download HUTear2.tar.gz or HUTear.zip to the place where you want to install it.
*
Decompress and extract the package using tools you have.
*
Compile the MEX files from source directory (consult your Matlab manual how to do that). You can also download a zipped package of precompiled MEX-files for Windows 95/98/NT 4.0.
*
Place the compiled MEX binaries in the HUTear directory.
*
Set path in MATLAB so that the functions can be found.
*
Go to examples directory.
*
Run HUTear_intro in MATLAB to see that everything works correctly.
*
You may run also demonstration scripts demo1, demo2, etc.


next up previous
Next: Structure of the toolbox Up: HUTear Matlab Toolbox version Previous: Introduction
Aki Harma
2000-03-07