Filter löschen
Filter löschen

Add an image to subplot

21 Ansichten (letzte 30 Tage)
MattC
MattC am 16 Mär. 2023
Beantwortet: Walter Roberson am 17 Mär. 2023
Hi All, I have an image in the .jpg format and I would like to insert at (5,1,1) axes of my subplot. However, since there is only 1 column the image widens and blurs as well how do I fix the resolution or size of the image that is looks good?
I am open to changing the image to any format jpg,png,fig. Anything that makes the image readable and nice
  2 Kommentare
Jan
Jan am 17 Mär. 2023
If the axes created by subplot has more pixels than the image, you cannot avoid a blurring. Converting the image to other formats will not increase the number of existing pixels also.
Maybe a imresize(... 'lanczos') to the size of the axes reduces the artifacts a little bit.
MattC
MattC am 17 Mär. 2023
Is there a way to add a picture above the subplots? I think that would work as well

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 17 Mär. 2023
axis image
after you display the plot. This will set the aspect ratio to square so that the image does not get streched wide.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by