Saturday, November 14, 2009

Adding All Subfolders to the Path in MATLAB

This is a quick tip:

addpath(genpath(pwd))

adds the current dir and its subfolders (recursively) to the path in MATLAB.

No comments: