How to call the axes into push button in GUI?

1 Ansicht (letzte 30 Tage)
Mohan Prasath Thirumalaisamy
Hi, I have an input image and i have loaded into GUI using axes. my code
handles.input_image = double(rgb2gray(imread('Trial_image.jpg')));
axes(handles.in_image);
image(handles.input_image);
The variable name is handles.input_image and the tag name is handles.in_image.
when i call the tag name of the axes to get the image into the push button. it doesnt have the image. The variable has the image but how can i use it in the push button. any ideas? Thanks in advance

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 21 Apr. 2013
Bearbeitet: Azzi Abdelmalek am 21 Apr. 2013
To display your image use
imshow(handles.input_image);
  5 Kommentare
oi oi
oi oi am 11 Dez. 2016
so, how it be solved?
muhammad zulhelmy
muhammad zulhelmy am 5 Mär. 2017
how can i copy data from axes2, then display to axes3 ??

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Display Image finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by