Main Content

mlreportgen.report.ListOfTables.getClassFolder

Class: mlreportgen.report.ListOfTables
Namespace: mlreportgen.report

Get location of list of tables reporter class definition file

Since R2020b

Syntax

path = mlreportgen.report.ListOfTables.getClassFolder

Description

path = mlreportgen.report.ListOfTables.getClassFolder returns the path of the folder that contains the mlreportgen.report.ListOfTables class definition file.

Output Arguments

expand all

Location of the mlreportgen.report.ListOfTables class definition file, returned as a character vector.

Examples

expand all

Get the folder that contains the mlreportgen.report.ListOfTables reporter class definition.

path = mlreportgen.report.ListOfTables.getClassFolder();

Version History

Introduced in R2020b