Result after optimizing fixed-point system
An OptimizationResult
object contains the results after optimizing
a fixed-point system. If the optimization process succeeds in finding a new fixed-point
implementation, you can use this object to explore the different implementations that
met the specified tolerances found during the process. Use the
explore
method to open the Simulation Data Inspector and view the
behavior of the optimized system.
optimizes the data types in the system specified by result
= fxpopt(model
, sud
, options
)sud
in the
model, model
, with additional options specified in the fxpOptimizationOptions
object, options
.
explore | Explore fixed-point implementations found during optimization process |
openSimulationManager | Inspect simulations run during optimization in Simulation Manager |
revert | Revert system data types and settings changed during optimization to original state |
Handle. To learn how handle classes affect copy operations, see Copying Objects.