필터 지우기
필터 지우기

Place value on globe at specific lat/lon

조회 수: 1 (최근 30일)
Peter
Peter 2022년 9월 1일
댓글: Peter 2022년 9월 2일
Trying to identify a specific function for placing a value on a globe or worldmap at a lat/lon coordinate.

채택된 답변

Chunru
Chunru 2022년 9월 2일
Is this what you mean for placing value
worldmap worl
load coastlines
plotm(coastlat, coastlon)
textm(45, 30, '123', 'Color', 'red')
  댓글 수: 2
Peter
Peter 2022년 9월 2일
Thanks for the reply, what I am considering is how to place a temperature for say Tokyo on a globe. So I'm assuming I'd need to load an array of values onto a globe or worldmap object to display. Have seen several videos on displaying layers or animations with plotm or geoshow functions onto a map but nothing about specific text or variable contents at at a particular set of coordinates.
Peter
Peter 2022년 9월 2일
Thanks for the insight Chunru, textm is the ticket.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by