www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/AddFoldertoEndofSearchPathExample.m

    %% Add Folder to End of Search Path  
% Create the folder |matlab/myfiles| and add it to the end of the search path.   
mkdir('matlab/myfiles')
addpath('matlab/myfiles','-end')