Main Content

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

getContentReporter

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

获取方程内容空位报告器

语法

reporter = getContentReporter(equation,report)

说明

reporter = getContentReporter(equation,report) 返回一个空位报告器,用于填充 Equation 报告器的模板中的 Content 空位。空位报告器包含格式化方程的图像。该等式是由 Equation 报告器的 Content 属性中指定的 LaTeX 标记生成的。使用此 getContentReporter 方法来覆盖内容空位报告器指定的格式。

输入参数

全部展开

方程报告器对象,指定为 mlreportgen.report.Equation 对象。

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

输出参量

全部展开

方程内容空位报告器,作为报告器对象返回。

版本历史记录

在 R2017b 中推出