thomas_braun No, AFAIK this is not possible. See DisplayHelpTopic "User-Defined Fitting Function: Detailed Description" for the details. Is the standard solution a la Function F(w, x) : FitFunc WAVE w Variable x Wave root:myWave // additional wave <body of function> <return statement> End not viable for you? Log in or register to post comments September 9, 2014 at 02:06 pm - Permalink
johnweeks It is possible using a structure fit function. But they are difficult to use- structures can only exist inside a user-defined function, so FuncFit has to be called from within a driver function. Otherwise, use the solution proposed by thomas_braun. John Weeks WaveMetrics, Inc. support@wavemetrics.com Log in or register to post comments September 9, 2014 at 02:41 pm - Permalink
Supriya Balaji Ok and Thank you Log in or register to post comments September 19, 2014 at 01:03 pm - Permalink
DisplayHelpTopic "User-Defined Fitting Function: Detailed Description"
for the details.Is the standard solution a la
WAVE w
Variable x
Wave root:myWave // additional wave
<body of function>
<return statement>
End
not viable for you?
September 9, 2014 at 02:06 pm - Permalink
Otherwise, use the solution proposed by thomas_braun.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
September 9, 2014 at 02:41 pm - Permalink
September 19, 2014 at 01:03 pm - Permalink