How is sensitivity output of wcgain and robstab functions determined?

1 view (last 30 days)
I am trying to understand how sensitivity is calculated from these functions. I have gone through the documentation but would like additional details on the calculations.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 10 Oct 2019
The sensitivity is determined via a finite difference approximation. For each block, the algorithm will perturb the amount of uncertainty by the fraction specified in wcgainOptions, recompute the mu upper bound, and take the ratio of variations.
For additional information, please see the source code rctutil.getCSensitivity for details. You can access this in MATLAB using the following:
>> edit rctutil.getCSensitivity
It might be beneficial if you set breakpoints while running your scripts to see how the individual components are computed while determining sensitivity.

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!