Main Content
Images, Figures, Axes, Equations, MATLAB Code, and MATLAB Variables
Include image files, MATLAB figure snapshots, axes images,
equations, and MATLAB code and variables
Include image files, MATLAB figure snapshots, axes images, equations, and MATLAB code and variables in a document.
Classes
mlreportgen.report.FormalImage | Captioned image reporter |
mlreportgen.report.Figure | Figure reporter |
mlreportgen.finder.AxesFinder | Find axes in MATLAB figure window (Since R2021b) |
mlreportgen.finder.AxesResult | Result of figure axes find operation (Since R2021b) |
mlreportgen.report.Axes | Axes reporter (Since R2021b) |
mlreportgen.dom.Image | Image to include in report |
mlreportgen.dom.ImageArea | Define image area as hyperlink |
mlreportgen.dom.ImageMap | Map of hyperlink areas in image |
mlreportgen.dom.ScaleToFit | Scale image to fit page or table entry |
mlreportgen.report.Equation | Equation reporter |
mlreportgen.report.MATLABCode | MATLAB code reporter (Since R2021a) |
mlreportgen.report.MATLABVariable | MATLAB variable reporter |
mlreportgen.finder.MATLABVariableFinder | MATLAB variable finder object (Since R2022a) |
mlreportgen.finder.MATLABVariableResult | MATLAB variable search result object (Since R2022a) |
mlreportgen.report.SummaryTable | Summarize finder results (Since R2022a) |
Topics
- Create Image Maps
Add links to images in HTML and PDF reports.
- Create and Format Images
Add and format image files for a report.
- Hyperlink Image
Add hyperlinks to an image.
- Create an Inline Equation in a Report
Insert inline equation in a line of text in a report.
- Prevent MATLAB Figure Display During Report Generation
Make figure that you include in a report invisible in MATLAB.
- What Are Reporters?
Get an overview of reporters and how to use them, and an overview of Report and DOM APIs.
- Define New Reporters
Create a custom reporter based on
mlreportgen.report.Reporter
. - Subclass Reporter Definitions
Copy and edit a reporter based on a built-in reporter.