Main Content

slreportgen.report.ModelVariable.getClassFolder

Class: slreportgen.report.ModelVariable
Namespace: slreportgen.report

Get location of model variable reporter class definition file

Since R2019b

Syntax

path = slreportgen.report.ModelVariable.getClassFolder

Description

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

Output Arguments

expand all

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

Examples

expand all

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

path = slreportgen.report.ModelVariable.getClassFolder()

Version History

Introduced in R2019b