mlreportgen.finder.MATLABVariableResult Class
Namespace: mlreportgen.finder
Superclasses: mlreportgen.finder.Result
Description
An object of the mlreportgen.finder.MATLABVariableResult
class is the
result of a search for MATLAB® variables. A MATLABVariableResult
object contains information
about a single variable. Each MATLABVariableResult
object is associated with an
mlreportgen.report.MATLABVariable
reporter object that represents the same
MATLAB variable. To report on the variable, add the MATLABVariableResult
object to a generated report.
The mlreportgen.finder.MATLABVariableResult
class is a handle
class.
Creation
You do not create MATLABVariableResult
objects explicitly. The
MATLABVariableFinder
methods find
and next
create a
MATLABVariableResult
object for each variable they find.
Properties
Methods
Examples
Version History
Introduced in R2022a