LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

power fit VI

I'm using the Power Fit VI and getting some strange results.  When I pass the VI arrays that go through the y-axis the VI return NaN for all outputs.  If the data starts at x=1 then it's fine.  Can anyone tell me why this is?
0 Kudos
Message 1 of 2
(2,579 Views)

Unless the power is a positive integer, x must be positive, otherwise x^y is not defined (unless x is complex).

 

This means that the power fit only works for positive x.

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