addCustomTuning
R2026bSyntax
Description
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
adds a custom tuning parameter defined by compSet = addCustomTuning(compSet,fcnHandle,bound)fcnHandle to the optimization
set compSet, with absolute bounds defined by
bound. The tuning set, compSet, is an opticalOptimizationSet object. This function adds a CustomTuning
object to the Tunings property of compSet and
appends the details of the tuning parameter to the TuningTable property
of compSet.
passes the additional input arguments compSet = addCustomTuning(compSet,fcnHandle,bound,arg1,...,argN)arg1,...,argN to the custom
tuning function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b