MATLAB: Contour plot of 3 vectors

contour meshgrid plotting

Hi Everyone, I have 3 vectors each is 1×38 and I'm trying to cotour them on a 2D contour so that I have the values of the first vector on the x axis, the second vector on the y axis, and the third vector as lines on the chart itself with a value written on each line. I would be really grateful if you could help. Thanks

Best Answer

Probably the easiest option is to use the griddata (link) function.
Related Question