Is it possible to save images into a single pdf with MATLAB without margin?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
ANKUR KUMAR
le 30 Déc 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
Voir également
Catégories
En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!