How to combine the two ways (Interactively & Programmatically) to generate report using word template?

3 visualizaciones (últimos 30 días)
I found there are two diffirent ways (Interactively & Programmatically) to generate report using word template. But I Want to create report content using 'XX.rpt' files Interactively in report explorer .While control the report's format Programmatic using word template. Is there any way to combine these two report generate approachs? Could you give me some examples? Thank you !

Respuestas (1)

Paul Kinnucan
Paul Kinnucan el 9 de Feb. de 2017
The DOM API allows you to create MATLAB programs that generate reports. The Report Explorer allows you to assemble report generation components interactively to create a report generator. Both approaches use templates to format reports generated by the report generator that you create.
The Report Explorer comes with a set of default templates for formatting reports see Report Conversion Templates . You can use those templates or customized versions of those templates to format reports based on MATLAB programs that use the DOM API to generate the reports.

Categorías

Más información sobre Simulink Report Generator en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by