メインコンテンツ

このページは前リリースの情報です。該当の英語のページはこのリリースで削除されています。

マップ作成

マップ軸とaxesmベースのマップを作成し、マップのプロパティを設定します

Mapping Toolbox™ は、マップ軸 (R2023a 以降)axesm ベースのマップなど、地図表示を作成するためのいくつかの方法を提供します。

マップ軸と axesm ベースのマップの比較、および各タイプの表示をいつ使用するかの詳細については、「Choose a 2-D Map Display」を参照してください。

関数

すべて展開する

newmapSet up new map (R2023a 以降)
mapaxesCreate map axes (R2023a 以降)
MapAxes PropertiesMap axes appearance and behavior (R2023a 以降)
gca現在の座標軸またはチャート
hold新しいプロットを追加するときに現在のプロットを保持
cla座標軸のクリア
MapAxesInteractionOptions PropertiesMap axes interaction behavior for apps (R2024a 以降)
axesmaxesmベースのマップを作成する
usamapCreate axesm-based map for United States of America
worldmap世界地域のaxesmベースの地図を作成する
axesm-Based Map PropertiesControl axesm-based map appearance and behavior
axesmuiDefine axesm-based map and modify projection and display properties
gcmQuery projection structure of current axesm-based map
getmQuery properties of axesm-based map
setmSet properties of axesm-based map and graphics objects
ismapDetermine if axes is axesm-based map
showaxesToggle display of coordinate axes on axesm-based map
clmaClear current axesm-based map
clmoClear graphics objects from axesm-based map
handlemHandles of objects on axesm-based map
handlem-uiGUI for selecting objects on axesm-based map
hidemHide objects on axesm-based map
ismappedDetermine if object is projected on axesm-based map
namemNames of objects on axesm-based map
showmShow objects on axesm-based map
tagmSet Tag property of objects on axesm-based map

トピック

マップ軸

axesmベースのマップ

  • axesm-Based Maps
    An axesm-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 the worldmap and usamap functions. The functions automatically select projections based on the specified region.
  • Switch Between Projections
    Change the projection of an axesm-based map. Usually the new map projection displays the same part of the world. Refine the map appearance by adjusting the properties of the axesm-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 an axesm-based map after using geoshow to display raster and vector data.

関連情報