03-23-2005 04:37 AM
03-23-2005 06:45 AM
03-23-2005 11:00 AM
03-23-2005 09:12 PM
03-24-2005 01:55 AM
03-24-2005 03:42 AM
03-24-2005 03:43 AM
03-24-2005 05:09 AM
03-24-2005 10:50 AM - edited 03-24-2005 10:50 AM
Message Edited by altenbach on 03-24-2005 08:51 AM
11-24-2011 07:54 AM
Hi
comming back to this old topic...
I would like to fit a set of data points with a GIVEN surface in which coefficients are unknown.
Basically i have data out of a sensor that is dependent on humidity and temperature and SHOULD follow this equation:
RH = a0*T*x + a1*x + b0*T + b1
Where RH is humidity, T is temperature and x is the data output. My data set includes the variables RH, T and x.
I would like to calculate a0, a1, b0 and b1. However, Labview offers linear fitting and the non linear fitting is, as far as i understand) limitted to given general functions (so, i can not fit my own function).
Any sugestion?
Thanks in advance!