Drawing text in the middle of a plot
By example, do the following:
x=1:1:10; plot(x,x); text(5,5,'Hello');
Do
help text
to find out how to control color, font, background, and other attributes.