Making a map in matlab
Show older comments
Hello
I have a .csv file in which is included one column with Latitudes, one column with Longtitudes and one column with Values(for example 1,2,3, etc). I would like to create a map but I don't know which command to use. I ve tried to use geoshow, geoplot and mapshow command but it is no use.
I mean i ve tried these :
lon1=d1(:,7);
lat1=d1(:,6);
values=d1(:,12);
mapshow(lat1,lon1,A,cmap) %or
geoshow(lat1,lon1,A,cmap) %or
geoplot(lat1,lon1,A,cmap)
but I have no results. Furthermore, I would like to create maps with these format (see attachment images )
The region I want to create maps is Greece.
Could anyone help me to make it?
Thanking you in advance


1 Comment
hizaki
on 31 Jan 2020
Hi! have you found out how? I am also planning to make a map using MATLAB..
Accepted Answer
More Answers (0)
Categories
Find more on Vector and Raster Map Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!