Main Content

mlreportgen.report.MATLABCode.getClassFolder

Class: mlreportgen.report.MATLABCode
Namespace: mlreportgen.report

Get location of folder that contains mlreportgen.report.MATLABCode class definition file

Since R2021a

Syntax

path = mlreportgen.report.MATLABCode.getClassFolder

Description

path = mlreportgen.report.MATLABCode.getClassFolder returns the path of the folder that contains the mlreportgen.report.MATLABCode 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 mlreportgen.report.MATLABCode reporter class definition file.

path = mlreportgen.report.MATLABCode.getClassFolder()

Version History

Introduced in R2021a