主要内容

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

ishtml

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

检查多文件 HTML 报告

语法

typematch = ishtml(report)

说明

typematch = ishtml(report) 检查报告是否是多文件 HTML 报告,其扩展名为 htmx

输入参数

全部展开

报告,指定为报告对象。要创建 report 输入,请使用 mlreportgen.report.Report

输出参量

全部展开

报告是否为多文件 HTML 报告,以 10 形式返回。如果 typematch1,则该报告为 HTML 报告。否则,typematch0

版本历史记录

在 R2017b 中推出