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.

猜你喜欢

转载自blog.csdn.net/sannianyihoushuma/article/details/84236503
今日推荐