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

3 vues (au cours des 30 derniers jours)
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 !

Réponses (1)

Paul Kinnucan
Paul Kinnucan le 9 Fév 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.

Catégories

En savoir plus sur Simulink Report Generator dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by