Main Content

getClassFolder

Class: mlreportgen.report.SummaryTable
Namespace: mlreportgen.report

Get location of folder containing mlreportgen.report.SummaryTable class definition file

Since R2022a

Description

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

example

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 location of the folder that contains the slreportgen.report.SummaryTable class definition file.

path = slreportgen.report.SummaryTable.getClassFolder()

This function returns the path as a character vector.

Version History

Introduced in R2022a