Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Poor quality of GUI bakcround image?

1 visualización (últimos 30 días)
Teemu Juujärvi
Teemu Juujärvi el 15 de Sept. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi,
I load backround image to my GUI, but the quality of this image was poor when I putted it to GUI. Normally quality of this image is very good. What I do wrong or what can cause this problem?
I use following code:
ha = axes('units','normalized', 'position',[0 0 1 1]);
uistack(ha,'bottom');
I=imread('image.png');
hi = imagesc(I)
colormap gray
set(ha,'handlevisibility','off', 'visible','off')
Teemu

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by