Package: mlreportgen.report
Superclasses: mlreportgen.report.Reporter
Figure reporter
Create a figure reporter with a title, figure, and caption.
The mlreportgen.report.Figure
class is a handle
class.
fig = mlreportgen.report.Figure()
creates a
reporter that makes a snapshot of the figure currently open in MATLAB® and adds it to a report. Use the figure properties to add a caption or
change the figure size. The snapshot image is stored in the temporary folder of the
report. When the report is closed, the snapshot image is copied into the report and the
image is deleted from the temporary folder. To prevent the snapshot image files from being
deleted, use the Debug
property of the report. See mlreportgen.report.Report
.
Note
The figure must remain open until the Figure reporter is added to a report.
fig = mlreportgen.report.Figure(source)
creates a
reporter that adds the figure specified by source
and sets the
Source
property to source
.
fig = mlreportgen.report.Figure(Name,Value)
sets
properties using name-value pairs. You can specify multiple name-value pair arguments in
any order. Enclose each property name in single or double quotes.
gca
| mlreportgen.dom.Table
| mlreportgen.report.FormalImage
| mlreportgen.report.Report
| mlreportgen.report.Reporter