How to I save the report generated in the current folder ?
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Pierre Lonfat
am 6 Jun. 2018
Beantwortet: Rahul Singhal
am 6 Jun. 2018
Dear all,
I am using the report function to generate the report from the code that I could extract from the report generator app.
When I use the following function
report('myreport')
It generate the report perfectly well but doesn't save it in the folder...
Do you have any solution ?
Thanks in advance,
Pierre
0 Kommentare
Akzeptierte Antwort
Rahul Singhal
am 6 Jun. 2018
See the setup file which specifies the file name for the generated report and the directory where it is saved.
Alternatively, you can specify the path and the file name for the generated report in the report command as shown here: https://www.mathworks.com/help/rptgen/ug/report.html#bree_au-1
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!