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

Class definition file location, returned as a character vector.

Attributes

Statictrue

To learn about attributes of methods, see Method Attributes.

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