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 个)

类别

帮助中心File Exchange 中查找有关 Interactions, Camera Views, and Lighting 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by