Main Content

getTempPath

Class: mlreportgen.report.Report
Namespace: mlreportgen.report

Path of report temporary directory

Syntax

path = getTempPath(report)

Description

path = getTempPath(report) returns the path of the folder used for storing temporary files needed to generate the report.

Input Arguments

expand all

Report, specified as a report object. To create the report input, use mlreportgen.report.Report.

Output Arguments

expand all

Full path of the report temporary folder, returned as a string. By default the report temporary folder is a subset of your temporary folder. In debug mode, the report temporary folder is a subfolder of the report folder.

Version History

Introduced in R2018a