创建和管理基于 axesm 的地图
设置地图和管理地图投影
从世界区域名称、美国区域名称或 MATLAB® 定义的投影名称创建基于 axesm 的地图。通过更改基于 axesm 的地图的属性来更改地图投影的参数(如标准纬线)。
作为二维 axesm 地图的替代方案是地理坐标区和地图坐标区,它们可用于许多任务,包括探索、出版和 App 构建。有关可以使用 Mapping Toolbox™ 软件创建的二维地图显示的比较,请参阅选择二维地图显示。
函数
主题
创建地图
- axesm-Based Maps
Anaxesm-based map contains the standard properties of a MATLAB graphics axes and additional properties related to projections, scale, and positioning in geographic coordinates. - 制作世界及美国各地区的地图
使用worldmap和usamap函数绘制各大洲、各国以及美国各州的地图。这些函数会根据指定的区域自动选择投影方式。 - 插页地图
插页地图通过包含较小比例尺的概览图,为地图提供背景信息。
管理投影方式
- 投影摘要与指南
了解工具箱支持的地图投影类型及其分类与属性。 - Switch Between Projections
Change the projection of anaxesm-based map. Usually the new map projection displays the same part of the world. Refine the map appearance by adjusting the properties of theaxesm-based map. - Reprojection of Graphics Objects
axesm-based maps automatically reproject many types of plotted objects based on changes to the map projection or to some map properties. - 使用 geoshow 时更改地图投影
在使用geoshow显示栅格和向量数据后,更改基于axesm的地图的投影。