I know, another LV vs Excel issue. I can't seem to find satisfaction from the search so here it goes.
I have plotted some numbers in excel and had the chart display the trendline equation.
I then tried the same thing in LV. The slope matches but the intercept does not.
Excel computes y=1.0096x + 0.4052. LV gets y=1.0096x +.4066.
Is there something i can do to make LV match excel?
I can't change the excel sheet as it is used to calibrate some of our stands. I'm trying to make the system automated so I don't have to use the sheet to do the computing and using LV to just enter the data in the excel sheet for record keeping. I can just use ActiveX to exctract the trendline equation from the chart but I'd rather have LV do it.
X Values are:
| -0.32268 |
| 10.8489 |
| 21.9037 |
| 33.1427 |
| 44.3617 |
| 33.2487 |
| 22.0309 |
| 10.6525 |
| -0.4177 |
y values are:
| 0.00 |
| 11.30 |
| 22.60 |
| 33.90 |
| 45.19 |
| 33.90 |
| 22.60 |
| 11.30 |
| 0.00 |
-Keith