Placing plots into multiple page pdf document
Ältere Kommentare anzeigen
G'day,
I'm a bit stuck at a simple question: how can I create a single pdf file with multiple plots and pages? Multiple page is what I need. I could not find a solution to this simple task in the Internet.
Thanks
3 Kommentare
Jessica Lam
am 8 Nov. 2012
I have the same question too!!!
ahmed
am 27 Sep. 2013
Same here ?
david Miller
am 14 Mai 2019
Also have this question!
Akzeptierte Antwort
Weitere Antworten (3)
Oliver Woodford
am 23 Nov. 2012
1 Stimme
jwiix
am 30 Mär. 2016
1 Stimme
I had the same question. the best alternative I came up with programmatically is to use postscript, this allows you to use the append option within the print command:
print(fig_handle, '-dpsc', '-append', 'D:\output_dir\output_file.ps')
if you really require a pdf then you can utilise ps2pdf.com or equivalent to convert
1 Kommentar
Ramachandra Rao
am 13 Mai 2016
very useful.. thankyou
Nikhil Sapre
am 10 Nov. 2021
Bearbeitet: Nikhil Sapre
am 10 Nov. 2021
1 Stimme
Kategorien
Mehr zu Printing and Saving finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!