Skip to content

Instantly share code, notes, and snippets.

@juniorhero
Created August 27, 2016 22:37
Show Gist options
  • Select an option

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

Select an option

Save juniorhero/e24737496c12b49d906afa92b364a78c to your computer and use it in GitHub Desktop.
if (strcmp('a','radiobutton1')
imshow(c,'Parent',handles.axes2);
elseif (strcmp('b','radiobutton2'))
imshow(b,'Parent',handles.axes2);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment