image and GUI axis

2 次查看(过去 30 天)
Samah EL QASSAH
Samah EL QASSAH 2016-11-28
Hi!
I wrote a code to insert images in axis:
function start2_Callback(hObject, eventdata, handles)
axes(handles.axes2);
imgS = imread('image\electronique.png');
image(imgS);
I get this image
I would like to know how can I show my picture without the axes appearing?

采纳的回答

KSSV
KSSV 2016-11-28
编辑:KSSV 2016-11-28
imgS = imread('image\electronique.png');
image(imgS);
axis off

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by