Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Poor quality of GUI bakcround image?

1 visualizzazione (ultimi 30 giorni)
Teemu Juujärvi
Teemu Juujärvi il 15 Set 2015
Chiuso: MATLAB Answer Bot il 20 Ago 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

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by