1. 程式人生 > >matlab toolbox安裝

matlab toolbox安裝

Simply unzip, then add all directories to the Matlab path: 
  >> addpath(genpath('path/to/toolbox/')); savepath;

If needed, run the compile script for the mex files: 
  >> toolboxCompile; 
Note: 64 bit Windows/Linux/Mac binaries are already included.