Skip to content

Instantly share code, notes, and snippets.

@juniorhero
Created August 27, 2016 18:18
Show Gist options
  • Save juniorhero/ad655aaf595b613385e92f559acdc1d1 to your computer and use it in GitHub Desktop.
Save juniorhero/ad655aaf595b613385e92f559acdc1d1 to your computer and use it in GitHub Desktop.
% code by juniorhero to show image in axes in gui
axes(handles.axes2);
imshow('D:\maj proj\samples\Lenna.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment