Placing plots into multiple page pdf document
显示 更早的评论
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 个评论
Jessica Lam
2012-11-8
I have the same question too!!!
ahmed
2013-9-27
Same here ?
david Miller
2019-5-14
Also have this question!
采纳的回答
更多回答(3 个)
Oliver Woodford
2012-11-23
1 个投票
jwiix
2016-3-30
1 个投票
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
Nikhil Sapre
2021-11-10
编辑:Nikhil Sapre
2021-11-10
1 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!