主要内容

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

ishtmlfile

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

检查单文件 HTML 报告

语法

typematch = ishtmlfile(report)

说明

typematch = ishtmlfile(report) 检查报告是否是单文件 HTML 报告,其扩展名为 html

输入参数

全部展开

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

输出参量

全部展开

报告是否为单文件 HTML 报告,返回为 10。如果 typematch1,则该报告为单文件 HTML 报告。否则,typematch0

版本历史记录

在 R2017b 中推出