Main Content
getSimulationPlots
Class: sltest.testmanager.TestIterationResult
Namespace: sltest.testmanager
Get plots from callbacks
Syntax
figs = getSimulationPlots(result)
figs = getSimulationPlots(result,index)
Description
returns
figure handles of plots generated from the callbacks of the test iteration
associated with the results. Figures returned using this method are
not visible. To see the plots, set the figure handle figs
= getSimulationPlots(result
)Visible
property
to 'on'
.
returns
the figure handles from the simulation specified by figs
= getSimulationPlots(result
,index
)index
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2017a