Add an image to subplot
Show older comments
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 Comments
Jan
on 17 Mar 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
on 17 Mar 2023
Accepted Answer
More Answers (0)
Categories
Find more on Subplots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!