Is it possible to save images into a single pdf with MATLAB without margin?
6 views (last 30 days)
Show older comments
Is it possible to save images into a single pdf with MATLAB without margin? And is it possible to control the quality or compression?
0 Comments
Answers (1)
ANKUR KUMAR
on 30 Dec 2017
My suggestion is to save in tiff or png format to control the resolution of image.
print('my_image','-dtiff','-r150')
Read these thread to get the answer of your question
See Also
Categories
Find more on Image Segmentation and Analysis 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!