mlreportgen.finder.MATLABVariableFinder Class
Namespace: mlreportgen.finder
Superclasses: mlreportgen.finder.Finder
Description
Creation
Description
creates a varFinder
= mlreportgen.finder.MATLABVariableFinderMATLABVariableFinder
object that finds variables in the base
workspace.
creates a varFinder
= mlreportgen.finder.MATLABVariableFinder(container
)MATLABVariableFinder
object that finds variables in the specified
workspace, by setting the Container property of the
created MATLABVariableFinder
object to the value of
container
.
creates a varFinder
= mlreportgen.finder.MATLABVariableFinder(Name1=Value1
,Name2=Value2
)MATLABVariableFinder
object and uses the name-value arguments to
set the properties of the created MATLABVariableFinder
object.
Properties
Methods
Examples
Version History
Introduced in R2022a