Info

此问题已关闭。 请重新打开它进行编辑或回答。

Hello! I am new to matlab. I just want to execute a simple GUI code in which i can display an image from base workspace through callback function(pushbutton1).

1 次查看(过去 30 天)
It is working when i read the image inside
the callback function but not
ouside like given below:
I = imread('Edge.png'); % base workspace variable.
function pushbutton1_Callback(hObject, eventdata, handles)
axes(handles.axes1);
imshow(I);
How can i import variable 'I' into my pushbutton function.

回答(1 个)

Ahmet Cecen
Ahmet Cecen 2016-10-28
编辑:Ahmet Cecen 2016-10-28
I don't have the time to write the actual thing here at the moment, but check one of my simpler GUIs here to see how it is done:

Community Treasure Hunt

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

Start Hunting!

Translated by