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
Post a Comment