How to provide user defined path for report generated

15 ビュー (過去 30 日間)
sandeep singh
sandeep singh 2018 年 10 月 30 日
回答済み: Rahul Singhal 2020 年 11 月 9 日
Hello all, As we provide a user-defined path to save the file in normal using [fileName,pathName] = uiputfile2('filename.format'); file_path = fullfile(pathName,fileName);
do we have the option to provide same flexibility to the user to choose the path for the report generated using the report generator

回答 (2 件)

Shantanu Dwivedi
Shantanu Dwivedi 2020 年 11 月 2 日
You can create a user defined path for saving your report file.
Open the Report generater from Apps > Database Connectivity and Reporting > click Report Generator app icon
or enter
>> report
on you MATLAB command line to open Report Explorer. In the Report Options dialog box, use the Directory field to specify the name of the folder in which you want to store the generated report file. Specify a folder to which you have write privileges.
Please refer to the following documentation for more information-

Rahul Singhal
Rahul Singhal 2020 年 11 月 9 日
If you are using the DOM API or Report API to generate reports, you can specify the path of the generated report using OutputPath property of the corresponding Document or Report object. See:

カテゴリ

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

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by