Is it possible to save images into a single pdf with MATLAB without margin?
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
ANKUR KUMAR
2017-12-30
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!