Skip to content
tobistark edited this page Sep 9, 2014 · 3 revisions

Extract the zip file somewhere, copy the whole folder to somewhere where you keep Matlab files, or in the Matlab toolbox folder

Once this is done, either add the folder to your Matlab path by:

Adding the folder to the path:
>> addpath(folder)
Optionally, save the path for future Matlab sessions by running:
>> savepath
  • Adding the folder to the path: >> addpath(folder)

  • Optionally, save the path for future Matlab sessions by running: >> savepath

Alternatively, you can execute the file Install.m within Matlab with the CAT Toolbox folder as your working directory.