How to add labels for stations on worldmap?

2 vues (au cours des 30 derniers jours)
Sandy
Sandy le 22 Oct 2012
I have the following , but would like to add station names...
worldmap([25 50],[-125 -110])
load coast
geoshow(lat, long)
geoshow('landareas.shp', 'FaceColor', [0.15 0.5 0.15])
geoshow('worldlakes.shp', 'FaceColor', 'cyan')
geoshow('worldrivers.shp', 'Color', 'blue')
hold on
load GPS_lat_long.dat
Lat = GPS_lat_long(:,1);
Long = GPS_lat_long(:,2);
plotm(Lat, Long, '.r' );

Réponse acceptée

Walter Roberson
Walter Roberson le 22 Oct 2012
I believe there is a textm() function.

Plus de réponses (0)

Catégories

En savoir plus sur Automotive dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by