MATLAB: Insert Text in plot

MATLABplot

Hi,
I want to insert text at particular intervals in a plot. What command should I use?
Amit

Best Answer

text(x,y,'yourtext')