Newer
Older
% Function reads pictures in directory and returns a list of filenames
currentDir = mfilename('fullpath');
idx = strfind(currentDir, '/');
folder = currentDir(1:idx(end));
folder = strcat(folder, 'pictures/');
% Function reads pictures in directory and returns a list of filenames
currentDir = mfilename('fullpath');
idx = strfind(currentDir, '/');
folder = currentDir(1:idx(end));
folder = strcat(folder, 'pictures/');