Plotting Values on specific x-y coordinates

12 次查看(过去 30 天)
I have X (181X361), Y(181X361), Values(181X361), I would like to plot the values on each X and Y with colors indicating the values in a 2D-plane. I do not know what to choose and how to implement, plot, colormap,....

采纳的回答

Aquatris
Aquatris 2018-7-18
编辑:Aquatris 2018-7-18
I think you are asking for contour or contourf functions. Usage is simple;
contour(X,Y,Z)
or
contourf(X,Y,Z)

更多回答(1 个)

Afshin Aghayan
Afshin Aghayan 2019-10-8
you can use this code for displaying any data in the form of [x, y, f(x,y)] or data with coordinate

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by