Main Content

mlreportgen.report.HTMLModuleTabs.getClassFolder

Class: mlreportgen.report.HTMLModuleTabs
Namespace: mlreportgen.report

HTML module tabs reporter class definition file location

Since R2020a

Syntax

path = mlreportgen.report.HTMLModuleTabs.getClassFolder

Description

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

Output Arguments

expand all

Class definition file location, returned as a character vector.

Examples

expand all

Get the location of the folder that contains the mlreportgen.report.HTMLModuleTabs reporter class definition.

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

Version History

Introduced in R2020a