How to save the image in a variable (say I) obtained with the command uigetfile()? For example, I selected an image through
[FileName PathName] = uigetfile('E:\*.jpg','Select an image');
Now I want to save the selected image in variable I.
meena source
share