How do I insert text label on my map?
조회 수: 4 (최근 30일)
이전 댓글 표시
I use the TEXT function to insert text label on my map, but it is not shown anywhere on the map.
채택된 답변
MathWorks Support Team
2009년 6월 27일
The TEXT function only works for figure axes. To insert text label in map axes, use the TEXTM function instead.
Here is the link to the documentation for the TEXTM function that can be used to project text annotation on map axes in MATLAB:
<http://www.mathworks.com/access/helpdesk/help/toolbox/map/textm.html>
댓글 수: 0
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!