TSTOOL home page | TSTOOL documentation page | TSTOOL link page |
The simplest way to invoke OpenTSTOOL is to start Matlab and change to the OpenTSTOOL directory (using the GUI or the cd command). Once you have entered that directory, you should see the OpenTSTOOL toolbox in your Matlab Start menu under the item Toolboxes, and you can start the graphical user interface from there. Note that TSTOOL is not really installed yet, so that after restarting Matlab you will have to enter the OpenTSTOOL directory again before you will be able to use the toolbox.
If you want to install OpenTSTOOL permanently, the directories from the toolbox must be in the Matlab path. There are several methods to include these directories, depending on you having full control over the Matlab installation or using a network wide installation as a normal user with reduced privileges.
addpath('<full path to the OpenTSTOOL-Dir>'); settspath('<full path to the OpenTSTOOL-Dir>');Again, on UNIX systems you might have to set the environment variable MATLAB_USE_USERPATH to 1 to make this work.