Hello,
I intend to generate a 3-D plot in Matlab.
I have 'x' values, and 'y' values in vector format. And corresponding values of dependent function ('z') are in matrix format. Suppose that I do not have the explicit function of 'z' in terms of 'x' and 'y'. I have:
z(x,y) for different values o 'x' and 'y',
(x = 1, 2 and
y = 1.5, 2.25 and
z = [1 3;4 2])