image thumbnail
from Edge Detection,Color Find,Maximum Color in Image User Interface by Imran Akthar
User interface for edge detection,cropping,color determintation.,Maximum Occurence of Color in a Ima

edge_detection
function edge_detection
global s;

d={'sobel','prewitt','roberts','log','zerocross','canny'};
[s,v1] = listdlg('PromptString','Select a file:',...
                'SelectionMode','single',...
                'ListString',d);
            
            save s;

Contact us at files@mathworks.com