Plotting Values on specific x-y coordinates

17 ビュー (過去 30 日間)
Sharif Khalil
Sharif Khalil 2018 年 7 月 18 日
回答済み: Afshin Aghayan 2019 年 10 月 8 日
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 Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by