How can I add matlab figure to existing pdf file?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I was collating few matlab figures to one pdf using export_fig.Is it possible to add a matlab figure to a specific page of the existing pdf? I know append can be used to add figure to existing pdf file but the problem is every time i mess up with the sequence (of figures ) I have to redo all the figures (in one pdf) again. So was wondering if a matlab figure can be added to a specific page of the existing pdf file.
1 commentaire
tousif patwegar
le 25 Avr 2019
how you created one pdf of few matlab figures?
i am stuck i ghostscript and all.
Réponses (1)
Walter Roberson
le 12 Sep 2017
Why not save the individual figures into a directory, and then have a routine that reads them in and adds them to a pdf? That way if you have to recreate one of the figures, you do not need to regenerate the other figures, just the PDF.
Voir également
Catégories
En savoir plus sur Printing and Saving 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!