I have five data points (x,y,z), with two independent variables (x,y), and have written a function in a separate file z = f(x,y,A,B,C), with three undetermined constants (A,B,C).
How can I use a Matlab fitting program to try and determine the constants? I've written a fit function before where...