Open dialog to assign and control parameter values for the fitting session
X-Function not designed for Auto GetN Dialog.
The modal parameter was added in 9.1 SR0.
1.nlpara;
2.nlpara 1;//Execute next line automatically when we click “OK” on the dialog
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
modal |
Input int |
|
Execute next line of script (usually the nlend x-function) automatically after clicking the OK button for the fit parameter dialog box. 1=the next script line will be executed automatically after clicking OK; 0=the next script line will not be executed automatically. |
Open the Fitting Parameter dialog.
For an example of a nonlinear fit, see this.
Keywords:curve fitting, regression, NLFit