Main Content

mlreportgen.report.ListOfFigures.getClassFolder

Class: mlreportgen.report.ListOfFigures
Package: mlreportgen.report

Get location of list of figures reporter class definition file

Since R2020b

Syntax

path = mlreportgen.report.ListOfFigures.getClassFolder()

Description

path = mlreportgen.report.ListOfFigures.getClassFolder() returns the path of the folder that contains the mlreportgen.report.ListOfFigures class definition file.

Output Arguments

expand all

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

Examples

expand all

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

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

Version History

Introduced in R2020b