Install - SPL-ethz/CAT GitHub Wiki

Extract the zip file and copy the whole content to somewhere where you keep Matlab files. Afterwards, 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.

⚠️ **GitHub.com Fallback** ⚠️