MATLAB: How to plot a curve in 3d

p

Here it is,I got three arrays x,y,z.I know the variance of x with respect to z and y with respect to z and both x and y are independent of each other.

Best Answer

plot3(x,y,z)