Main Content

mlreportgen.report.SummaryTable.getClassFolder

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

Since R2022a

    Description

    example

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

    Examples

    collapse 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.

    Output Arguments

    collapse all

    slreportgen.report.SummaryTable class definition file location, returned as a character vector.

    Version History

    Introduced in R2022a