How to 'append' contents to an existing file using Report or DOM API?

1 回表示 (過去 30 日間)
Inso
Inso 2019 年 12 月 9 日
回答済み: Inso 2019 年 12 月 10 日
Hi, I'm trying to use the Report API to output figures and tables in my app, and it works fine until I realized that --
I have batches of raw data to process, and have to output the results multiple times during one use.
Now the function can generate seperate reports, which need to be merged into one.
So I'm wondering if there is a way to append stuff into the existing docx/pdf, something like the permission in fopen, instead of rewriting the file?

採用された回答

Inso
Inso 2019 年 12 月 10 日
Use 'if...end' to create the report only once while adding stuff multiple times. And create another button to close and rptview the report.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Report Generator についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by