Reputation: 65
I want to implement the following code using matlab GUIDE
:
axes(handles.axes1);
imshow(image1);
axes(handles.axes2);
imshow(image2);
As I am very new to GUIDE so I am having no idea how to do this. Any guidance.
Upvotes: 0
Views: 479
Reputation: 5355
Upvotes: 1