sdo.AnalyzeOptions
Analysis options for sdo.analyze
Description
Specify analysis method and method options for sensitivity analysis
using sdo.analyze.
Creation
Description
opt = sdo.AnalyzeOptions creates an sdo.AnalyzeOptions object and assigns default
                    values to the properties.
                    opt = sdo.AnalyzeOptions(Method=method_name) sets the
                        Method property as the value
                        method_name.
Before R2021a, use the equivalent syntax opt =
                            sdo.AnalyzeOptions("Method",.method_name)
To change a property value after you create the object, use dot notation. For example:
opt = sdo.AnalyzeOptions; opt.Method = "StandardizedRegression"; opt.MethodOptions = "Ranked";
Properties
Examples
Version History
Introduced in R2014a