Images, Figures, Axes, Equations, MATLAB Code, and MATLAB Variables
Include image files, MATLAB figure snapshots, axes images,
equations, and MATLAB code and variables
Classes
mlreportgen.report.FormalImage | Captioned image reporter |
mlreportgen.report.Figure | Figure reporter |
mlreportgen.finder.AxesFinder | Find axes in MATLAB figure window |
mlreportgen.finder.AxesResult | Result of figure axes find operation |
mlreportgen.report.Axes | Axes reporter |
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 |
mlreportgen.report.MATLABVariable | MATLAB variable reporter |
mlreportgen.finder.MATLABVariableFinder | MATLAB variable finder object |
mlreportgen.finder.MATLABVariableResult | MATLAB variable search result object |
mlreportgen.report.SummaryTable | Summarize finder results |
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.