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

2 Ansichten (letzte 30 Tage)
Sharif Khalil
Sharif Khalil am 17 Aug. 2018
Kommentiert: Sharif Khalil am 17 Aug. 2018
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 Kommentare
Aquatris
Aquatris am 17 Aug. 2018
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)

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by