- Release notes of MATLAB Report Generator in R2016a: https://de.mathworks.com/help/rptgen/release-notes.html
- rptview doc: web(fullfile(docroot, 'rptgen/ug/rptview.html'))
It's possible to use pdf extensiont in Document Class for Matlab release 2015 b? How?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Giuseppe Roccca
el 29 de Mzo. de 2016
Comentada: Joachim Schlosser
el 31 de Mzo. de 2016
* 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?
0 comentarios
Respuesta aceptada
Joachim Schlosser
el 29 de Mzo. de 2016
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 comentarios
Joachim Schlosser
el 31 de Mzo. de 2016
Please mark answer as accepted so it is no longer shown as open.
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Report Generator en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!