Info

此问题已关闭。 请重新打开它进行编辑或回答。

Poor quality of GUI bakcround image?

1 次查看(过去 30 天)
Teemu Juujärvi
Teemu Juujärvi 2015-9-15
关闭: MATLAB Answer Bot 2021-8-20
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

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by