地图创建
创建地图坐标轴和基于
axesm 的地图;设置地图属性Mapping Toolbox™ 提供了多种创建地图显示的方式,包括地图坐标轴 (自 R2023a 版本起) 和基于 axesm 的地图。
有关地图坐标区与基于 axesm 的地图的比较(包括何时使用每种显示类型),请参阅选择二维地图显示。
函数
主题
地图坐标轴
- Create Common Plots Using Map Axes
Display data in map axes using point, line, and polygon plots, scatter plots, and bubble charts. - Change Projection and Projection Parameters
Map axes automatically reproject plotted data when you change the map projection or projection parameters. - Create Map Axes in App
Use App Designer to create an app that includes a map axes object and components that control the map projection and the visibility of plotted data.
基于 axesm 的地图
- axesm-Based Maps
Anaxesm-based map contains standard properties of MATLAB® graphics axes, with additional properties related to projections, scale, and positioning in geographic coordinates. - Create Maps of World and US Regions
Create maps of continents, countries, and US states by using theworldmapandusamapfunctions. The functions automatically select projections based on the specified region. - Switch Between Projections
You can change the map projection. Usually the new map projection displays the same part of the world, and you can adjust theaxesm-based map properties to refine the map appearance. - Reprojection of Graphics Objects
Many objects onaxesm-based maps can be automatically reprojected based on changes to the map projection or to some map properties. - Change Map Projections When Using geoshow
Change the projection of anaxesm-based map after displaying raster and vector data using thegeoshowfunction.