function image = loadimage_ATT(subjectID, imageID) path_to_data = fileparts(mfilename('fullpath')); image = imread( fullfile(path_to_data, ['s' num2str(subjectID)], [num2str(imageID) '.pgm'] ));