Help me plotting contour using contourf on 3 columns of data
Show older comments
Please help, i have 3 columns of data that consist of x(horizontal position), y(vertical position), and z (value at x,y position).
im already doing the
[XI,YI]=meshgrid(x,y) ZI=griddata(x,y,z,XI,YI,'nearest') %nearest neighbour contourf(XI,YI,ZI)
what did i do wrong?
thank you anyway, regards
Answers (0)
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!