Main Content

slreportgen.report.MATLABSystem.getClassFolder

Class: slreportgen.report.MATLABSystem
Namespace: slreportgen.report

Get location of folder that contains slreportgen.report.MATLABSystem class definition file

Since R2023a

Syntax

path = slreportgen.report.MATLABSystem.getClassFolder

Description

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

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.MATLABSystem reporter class definition file.

path = slreportgen.report.MATLABSystem.getClassFolder()

Version History

Introduced in R2023a