MATLAB: How to make level curves if function is unknown

level curves

I need to draw a level curve. I had data for x-axis, y-axis and z-axis through which I can draw 3D plot. However, f(x,y) is unknown. How can create the level curves for my data?

Best Answer

contour()
Related Question