Extract data from plot, with specific x and y points?

Hi, I would like to extract the intensity values of a figure for specific x and y points representing the blue circle in the plot below. I know the x and y points, I want to extract the values representing the colors.

2 件のコメント

Aquatris
Aquatris 2018 年 8 月 17 日
If you made this graph yourself, you should have a matrix, Z, used in creating the colored map;
contourf(X,Y,Z)
If so, you should be able to get the color values using
colorValue = Z(xIndex,yIndex)
Sharif Khalil
Sharif Khalil 2018 年 8 月 17 日
Okay, thanks

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

質問済み:

2018 年 8 月 17 日

コメント済み:

2018 年 8 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by