Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Poor quality of GUI bakcround image?

1 Ansicht (letzte 30 Tage)
Teemu Juujärvi
Teemu Juujärvi am 15 Sep. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 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

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by