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
1 件のコメント
Ramachandra Rao
2016 年 5 月 13 日
very useful.. thankyou
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!