No BSD License
%charger et afficher fichier deforme modale [FileName,PathName] = uigetfile('*.*','Select the image file'); nomfich=[PathName,FileName]; % Read the sample image in imo=imread(nomfich); SI=size(imo); im=rgb2gray(imo);%figure(11); imshow(im); h=figure(1); imshow(imo);set(h,'name',nomfich);
Contact us at files@mathworks.com