Background of Gui is displaying in low quality
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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');
0 comentarios
Respuestas (0)
Ver también
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!