Labelling a point on a map

8 ビュー (過去 30 日間)
Patrick Duggan
Patrick Duggan 2017 年 1 月 9 日
回答済み: Guillaume 2017 年 1 月 9 日
Hi there. I have a map that I want to plot a few specific lat and lon locations onto. When I do plot(-52,60,'k*') I get the location I want as a black star. I am just wondering if I can label this star something on the map also?
So that on the map it would have the star and then I could write (60 N, 52 W).
Thanks for any help

回答 (1 件)

Guillaume
Guillaume 2017 年 1 月 9 日
text(-52, 60, '(60 N, 52 W)');

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by