LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Non Linear Curve Fitting

Solved!
Go to solution

Dear All,

I am using the Non Linear Curve Fitting Lev-Mar :formula string , but I have some problem for the sintax of the model description function.

I have written as follow : a1*(e^(t-a2)/a3-e^(t-a2)/a4)      

where a1,a2,a3,a4,are the parameters, t is the time and e is the natural exponential function.

But I receive the error : Wrong Model Equation

Anybody can help me ?

Thanks

Luca

0 Kudos
Message 1 of 2
(2,459 Views)
Solution
Accepted by topic author LucaMatulli

The natural exponentiation function is exp(x), not e^x.

 

(see also)

0 Kudos
Message 2 of 2
(2,451 Views)