Poor imshow image quality

2 visualizzazioni (ultimi 30 giorni)
Conrado Neto
Conrado Neto il 15 Set 2020
Commentato: Madhav Thakker il 23 Set 2020
Hi I am trying to get a figure into a plot using imshow nd the results I get are really poor quality
this is the original figure:
this is what I get:
Increasing the size of the figure, does make the quality slightly better but it is still not any close to the original
the code I ued is:
imshow('Truss.png','border','tight','InitialMagnification',200)
I used border tight, and initial magnification but they dont seem to change anything all, with respect the size and quality
any help is appreciated
thanks
  2 Commenti
Ameer Hamza
Ameer Hamza il 15 Set 2020
The image is drawn over a TiledChartLayout object. This is not the default behavior. There must be some other lines of code before imshow() lines, which are modifying the figure window.
Madhav Thakker
Madhav Thakker il 23 Set 2020
Hi, can you provide the code before imshow() to get a better idea of what's going on?

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by