I have four arrays of data. Let's say these data are stored in a .xl file and the data arrays are a,b,c,d. I am trying to curve fit the data and generate a mathematical equation (it could be polynomial equation) such that:
d= function of (a,b,c) [where a, b, and c are independent parameters]
However, MATLAB only allows curve fitting for two independent variable which is a barrier for the Process.
Found some comments about Linear regression process in math work discussion thread. But I am not sure how to implement the process.
I am actually looking for a possible MATLAB code sample which can be modified to solve the above mentioned problem. Thanks in advance.