Main Content

slreportgen.report.ModelConfiguration.getClassFolder

Class: slreportgen.report.ModelConfiguration
Namespace: slreportgen.report

Get location of model configuration reporter class definition file

Since R2020b

Syntax

path = slreportgen.report.ModelConfiguration.getClassFolder

Description

path = slreportgen.report.ModelConfiguration.getClassFolder returns the path of the folder that contains the slreportgen.report.ModelConfiguration class definition file.

Output Arguments

expand all

Location of the slreportgen.report.ModelConfiguration class definition file, returned as a character vector.

Examples

expand all

Get the folder that contains the model configuration reporter class definition.

path = slreportgen.report.ModelConfiguration.getClassFolder()

Version History

Introduced in R2020b