I am using Surface fitting toolbox in Matlab r2010b to curve fit 3 dimesional data. This tool is very useful and easy tool for doing 3d curve fitting via GUI. Until now, I deal with 3d data like; (X input : x (n x 1 vector), Y input : y (n x 1 vector), and Z output : z (n x n matrix))
But now, I am try to deal with 4 dimensional data like; (X input : x (n x 1 vector), Y input : y (n x 1 vector), Z input : z (n x 1 vector) and T output : t (n x n x n matrix)).
I cannot achieve this via surface fitting toolbox. How can I do curve fitting with 4 dimensional data?
Will appreciate any help on this.