Place text on map using mouse
h = gtextm(text)
h = gtextm(text,PropertyName,PropertyValue,...)
h = gtextm(text)
places text
, a
string scalar or character vector, at the position selected by mouse input. When you
call this function, gtextm
brings up the current map axes and
activates the cursor for mouse-click position entry. gtextm
returns a
text object.
h = gtextm(text,PropertyName,PropertyValue,...)
allows
the specification of any properties supported by the MATLAB®
text
function.
Create map axes:
axesm('sinusoid','FEdgeColor','red') gtextm('hello world','FontWeight','bold')
Click inside the frame and the text appears.