Main Content

本页采用了机器翻译。点击此处可查看最新英文版本。

mlreportgen.report.ListOfCaptions.getClassFolder

类: mlreportgen.report.ListOfCaptions
命名空间: mlreportgen.report

获取题注列表报告器类定义文件的位置

自 R2020b 起

语法

path = mlreportgen.report.ListOfCaptions.getClassFolder

说明

path = mlreportgen.report.ListOfCaptions.getClassFolder 返回包含 mlreportgen.report.ListOfCaptions 类定义文件的文件夹的路径。

输出参量

全部展开

mlreportgen.report.ListOfCaptions 类定义文件的位置,以字符向量形式返回。

示例

全部展开

获取包含 mlreportgen.report.ListOfCaptions 报告器类定义的文件夹。

path = mlreportgen.report.ListOfCaptions.getClassFolder();

版本历史记录

在 R2020b 中推出