Perturbation defined on object
returns the list of property perturbations, perturbs = perturbations(obj)perturbs, defined on the
object, obj. The returned perturbs lists all the
perturbable properties. If any property is not perturbed, then its corresponding
Type is returned as "Null" and its corresponding
Value is returned as {Null,Null}.
defines the perturbs = perturbations(obj,property,'Selection',values,probabilities)property perturbation offset drawn from a set of
values that have corresponding
probabilities.
enables you to define a custom function, perturbs = perturbations(obj,property,'Custom',perturbFcn)perturbFcn, that draws the
perturbation offset value.