you can force it to have stable dynamics by adding the requirement
MinDecay = 0;
R = TuningGoal.ControllerPoles('C',MinDecay);
See Also
TuningGoal.ControllerPoles | TuningGoal.Poles
Related Examples
- “Loop Shape and Stability Margin Specifications” (Control System Toolbox)
See Also