本页面提供的是上一版软件的文档。当前版本中已删除对应的英文页面。
地图创建
创建地图坐标轴和基于
axesm 的地图;设置地图属性Mapping Toolbox™ 提供了多种创建地图显示的方式,包括地图坐标轴 (自 R2023a 版本起) 和基于 axesm 的地图。
有关地图坐标区与基于 axesm 的地图的比较(包括何时使用每种显示类型),请参阅选择二维地图显示。
函数
主题
地图坐标轴
- Create 2-D Plots Using Map Axes
Display data on a map using point, line, and polygon plots, bubble charts, images, and pseudocolor raster plots. - 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 the standard properties of a MATLAB® graphics axes and 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
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. - Change Map Projections When Using geoshow
Change the projection of anaxesm-based map after usinggeoshowto display raster and vector data.