フィルターのクリア

It's possible to use pdf extensiont in Document Class for Matlab release 2015 b? How?

2 ビュー (過去 30 日間)
* import mlreportgen.dom.*;
d = Document('mydoc','pdf');
open(d);*
but it doesn't work on Matlab 2015b
The error is:
Error using mlreportgen.dom.Document
Invalid format: "pdf"
How can I use 'pdf' extension in Matlab 2015b for Document class?

採用された回答

Joachim Schlosser
Joachim Schlosser 2016 年 3 月 29 日
The direct PDF creation including TOC was added in R2016a.
To generate PDF prior to R2016a, create the document with 'docx' instead of 'pdf' and then at the end use rptview(reportPath,'pdf') to convert to PDF.
See
  2 件のコメント
Giuseppe Roccca
Giuseppe Roccca 2016 年 3 月 29 日
Thanks a lot!
Joachim Schlosser
Joachim Schlosser 2016 年 3 月 31 日
Please mark answer as accepted so it is no longer shown as open.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by