applyPerturbation
R2026bSyntax
Description
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
[
reconstructs the perturbed optical systems at the minimum and maximum tolerance limits
corresponding to the specified row sysMin,sysMax] = applyPerturbation(sensitivityResult,rowIdx)rowIdx in the sensitivity results
table. To use this syntax, you must specify result as an OpticalSensitivity object.
[
applies the compensator adjustments computed during the sensitivity analysis. This syntax
also requires the Optimization Toolbox™.sysMin,sysMax] = applyPerturbation(sensitivityResult,rowIdx,CompensatorApplied=compensatorApplied)
reconstructs the perturbed optical system from the specified Monte Carlo trial. To use this
syntax, you must specify newopsys = applyPerturbation(toleranceResult,rowIdx)result as an OpticalTolerance
object.
applies the compensator adjustments computed during the tolerance analysis. This syntax also
requires the Optimization Toolbox.newopsys = applyPerturbation(toleranceResult,rowIdx,CompensatorApplied=compensatorApplied)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b