Monday, December 5, 2016

how to add your downloaded/custom-written matlab functions to default paths

addpath('directory')
addpath(genpath('directory'));

reference:

http://matlab.izmiran.ru/help/techdoc/ref/addpath.html

No comments:

Post a Comment