Load the system for which you want to optimize the data types.
load_system('ex_auto_gain_controller');
Create an fxpOptimizationOptions object with default property
values.
options = fxpOptimizationOptions;
To specify a required numeric tolerance to use during the optimization process, use
the addTolerance method of the
fxpOptimizationOptions object. To specify several tolerance
constraints, call the method once per constraint. You can specify either relative, or
absolute tolerance constraints.