filename = SIVP_PATH + '/images/lena.png'; if MSDOS then filename=strsubst(filename,'/','\'),end im = imread(filename); imshow(im);