plot - Find Range of Values in Matlab Figure -


I want to find a range of values ​​between the two points in Matlab statistics. I made this figure

is using plot () . Now this figure will be used as input and as output, I want the value between the point A and B .

Note: Points A and B are using Photoshop mentioned in the picture which are not part of the plot , Just clear the question for it

  HC = get (GCA, 'children'); Data = get (HC, {'xdata', 'ydata'}); T = data {1}; Y = data {2}; TA = 250; TB = 1000; The% TA score is starting and TB is the last point of the data, as the ur figure is yinterval = y (t> = tA & amp; t & lt; = tB); Display (yinterval);  

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -