How to plot surface data on world map
Show older comments

4 Comments
Arun Kumar Singh
on 12 Aug 2022
Abderrahim. B
on 12 Aug 2022
Edited: Abderrahim. B
on 12 Aug 2022
Okay, where is your data or at least a snap of your data !
Arun Kumar Singh
on 12 Aug 2022
Arun Kumar Singh
on 12 Aug 2022
Answers (1)
Abderrahim. B
on 12 Aug 2022
Edited: Abderrahim. B
on 12 Aug 2022
Hi!
Adapt this example to your case.
[N,R] = egm96geoid;
load coastlines
worldmap("world")
geoshow(N,R,'DisplayType','surface')
geoshow(coastlat,coastlon,'Color','k')
colormap("parula")
colorbar
Hope this helps
1 Comment
Arun Kumar Singh
on 12 Aug 2022
Categories
Find more on Orange in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
