I have a data set in an array in Matlab and a point.
I would like to see where the new point stands with respect to the previous data.
I am currently plotting the array using:
PreviousPoints=sort(PreviousPoints); plot(PreviousPoints); The output of which is a graph I would like to add to them a point and make it visible.
If you have any way let me know