MATLAB: How do i label points on a plot

label;plot

How might I go about labeling the individual points in a plot (for the same line)? I'm picturing text that is adjacent to the actual point pictured on the plot.
Thanks, kyle

Best Answer

text() the label into place. text() offers a number of options for how to center the text relative to the data coordinates.