2.4.23 nlpara

Brief Information

Open dialog to assign and control parameter values for the fitting session

Additional Information

X-Function not designed for Auto GetN Dialog.

The modal parameter was added in 9.1 SR0.

Command Line Usage

1.nlpara;

2.nlpara 1;//Execute next line automatically when we click “OK” on the dialog

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
modal

Input

int

0
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.

Description

Open the Fitting Parameter dialog.

Example

For an example of a nonlinear fit, see this.

Related X-Functions

nlbegin, nlfit, nlend, nlfn


Keywords:curve fitting, regression, NLFit