Save matlab figure as basemap
1 次查看(过去 30 天)
显示 更早的评论
I'm trying to plot distribution data on top of a map I have already made. How can I save a matlab figure as custom basemap to plot distriubiton on top (distribution data only included lat lon and No_Individuals)
3 个评论
采纳的回答
Praveen Reddy
2023-8-23
Hi Madison,
As per my understanding, you are trying to add a custom basemap from a MATLAB figure to the list of available basemaps for use with mapping functions. However “addCustomBasemap” function allows you to use either of the following:
- URL of the basemap tiles
- MBTiles file containing raster or vector map tiles.
I suggest you to go through the following documentations for adding custom base map.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geographic Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!