I have data for x
and y
when z=z1, z=z2 and z=z3
.
I'd like to plot the data on a 3d graph and approximate the curves with a 3d surface and to know the equation of the surface.
Will this be easier to implement on R or on Mathematica?
For instance how can I do it in R?
Thanks
Data (example):
For z=0
y 0.00 1.50 1.92 2.24
x 0.0000 0.0537 0.0979 0.2492
For z=2
y 0.00 2.21 2.83 3.07
x 0.0000 0.0173 0.0332 0.0655
For z=5
y 0.00 0.29 2.49 3.56
x 0.0000 0.0052 0.0188 0.0380