Main Content

mlreportgen.finder.AxesResult.getReporter

Class: mlreportgen.finder.AxesResult
Namespace: mlreportgen.finder

Get axes reporter

Since R2021b

Syntax

reporter = getReporter(axesFinderResult)

Description

reporter = getReporter(axesFinderResult) returns the axes reporter associated with the specified mlreportgen.finder.AxesResult object.

Input Arguments

expand all

Axes finder results, specified as an mlreportgen.finder.AxesResult object.

Output Arguments

expand all

Axes reporter, returned as an mlreportgen.report.Axes object.

Version History

Introduced in R2021b