Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save juniorhero/e4a019559f9910e4b8e28e350ccf7171 to your computer and use it in GitHub Desktop.

Select an option

Save juniorhero/e4a019559f9910e4b8e28e350ccf7171 to your computer and use it in GitHub Desktop.
function pushbutton1_Callback(hObject, eventdata, handles)
a=get(handles.edit1, 'string');
b=imread(a);
c=rgb2gray(b);
imshow(c,'Parent',handles.axes2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment