フィルターのクリア

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