explore
Class: OptimizationResult
Explore fixed-point implementations found during optimization process
Description
explore(
applies the data types
of the best solution found during the optimization process for the result
)OptimizationResult
object specified by result
. If
you have defined tolerances for logged signals in your system,
explore
opens the Simulation Data Inspector with logging data
displayed for further exploration of numeric behavior. By default, the best solution
and the first simulation scenario will be applied on the model and explored.
explore(
explores result
,Name,Value
)result
with additional options specified by name-value
pairs.
explores solution
= explore(result
,Name,Value
)result
with additional options specified by name-value
pairs and returns an OptimizationSolution
object, solution
.