Skip to content

Instantly share code, notes, and snippets.

@juniorhero
Last active August 27, 2016 20:15
Show Gist options
  • Select an option

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

Select an option

Save juniorhero/def65c38742153ceb8358d73a5a68626 to your computer and use it in GitHub Desktop.
imgurl = strcat(pn,fn);
set(handles.edit1,'string',imgurl);
I = imread(imgurl);
imshow(I,'Parent',handles.axes1);
guidata(hObject, handles);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment