MATLAB: How to display the x and y coordinates of specific points on the plotted graph in matlab?

coordinates

After plotting a graph with the given values how can we display the x and y coordinates of some points on the graph automatically without placing the cursor there?
Is there any function to enter the points whose coordinates are to be displayed?

Best Answer

Do you want to place some text there using the text function?