Main Content

mlreportgen.finder.AxesResult Class

Namespace: mlreportgen.finder
Superclasses: mlreportgen.finder.Result

Result of figure axes find operation

Since R2021b

Description

Objects of mlreportgen.finder.AxesResult class store the result of searching for axes in a MATLAB® figure.

The mlreportgen.finder.AxesResult class is a handle class.

Class Attributes

HandleCompatible
true

For information on class attributes, see Class Attributes.

Creation

You do not create an mlreportgen.finder.AxesResult object explicitly. When you use the findmethod of an mlreportgen.finder.AxesFinder object to search for an axes in a MATLAB figure, the method returns an AxesResult object for each axes that it finds.

Properties

expand all

Axes handle, returned as the handle to the axes.

Attributes:

GetAccess
public
SetAccess
protected

Additional information to add to this result. Set it to any type of value

Attributes:

GetAccess
public
SetAccess
public

Methods

Version History

Introduced in R2021b