Created
August 27, 2016 22:37
-
-
Save juniorhero/e24737496c12b49d906afa92b364a78c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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