Background of Gui is displaying in low quality

4 visualizaciones (últimos 30 días)
Eathan Baumgartner
Eathan Baumgartner el 3 de Ag. de 2018
I am using the following code to display a background on my gui. However, the quality of the background is significantly lower than the source picture. I have tried using pngs and jpegs. This is the code I am using to set my background image.
ah = axes('unit', 'normalized', 'position', [0 0 1 1]); bg = imread('aAndABack.jpg'); imagesc(bg); set(ah,'handlevisibility','off','visible','off') uistack(ah, 'bottom');

Respuestas (0)

Categorías

Más información sobre Import, Export, and Conversion en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by