MATLAB background imshow image.
Mostrar comentarios más antiguos
I use an axis for preview the background image in background, i use an another to preview the image in a little box, but when i click "show image" the image rewrite my background image.
Sorry for my bad english, Regards, Hunor
Here is a code: function pushbutton10_Callback(hObject, eventdata, handles) axes(handles.axes1); global kep; global a; imshow(kep);
function axes3_CreateFcn(hObject, eventdata, handles)
backgroundImage = importdata('hatter.jpg');
image(backgroundImage);
axis off;
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Exploration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!