(To be removed) Add menu tools to figure containing axesm-based map (2024)

Activation

Command Line

maptool(PropertyName,PropertyValue)

maptool(ProjectionFile,...)

h = maptool(...)

Description

maptool adds several items to the menu in the current figure window with an axesm-based map and opens the Projection Control dialog box for defining map projection and display properties. The figure window features a special menu bar that provides access to most of Mapping Toolbox™ capabilities.

maptool(PropertyName,PropertyValue,...) creates a figure window with an axesm-based map defined by the supplied map properties. The MapProjection property must be the first input pair. maptool supports the same map properties as axesm.

maptool(ProjectionFile,PropertyName,PropertyValue,...) allows for the omission of the MapProjection property name. ProjectionFile must be the identifier of an available map projection.

h = maptool(...) returns a two-element vector containing the handle of the maptool figure window and the handle of the axesm-based map.

Controls

(To be removed) Add menu tools to figure containingaxesm-based map (1)

Map Menu

The Lines option activates the Line Map Input dialog box for projecting two- and three-dimensional line objects onto the axesm-based map.

The Patches option activates the Patch Map Input dialog box for projecting patch objects onto the axesm-based map.

The Regular Surfaces option activates the Mesh Map Input dialog box for projecting a regular data grid onto a graticule projected onto the axesm-based map.

The General Surfaces option activates the Surface Map Input dialog box for projecting a geolocated data grid onto the axesm-based map.

The Contours option activates the Contour Map Input dialog box for projecting a two- or three-dimensional contour plot onto the axesm-based map.

The Quiver 2D option activates the Quiver Map Input dialog box for projecting a two-dimensional quiver plot onto the axesm-based map.

The Quiver 3D option activates the Quiver3 Map Input dialog box for projecting a three-dimensional quiver plot onto the axesm-based map.

The Stem option activates the Stem Map Input dialog box for projecting a stem plot onto the axesm-based map.

The Scatter option activates the Scatter Map Input dialog box for projecting a scatter plot onto the axesm-based map.

The Text option activates the Text Map Input dialog box for projecting text objects onto the axesm-based map.

Display Menu

The Projection option activates the Projection Control dialog box for editing map projection properties and map display settings.

The Graticule option is used to view and edit the graticule size for surface maps.

The Legend option is used to display a contour map legend.

The Frame option is used to toggle the map frame on and off.

The Grid option is used to toggle the map grid on and off.

The Meridian Labels option is used to toggle the meridian grid labels
on and off.

The Parallel Labels option is used to toggle the parallel grid labels on and off.

The Tracks option activates the Define Tracks input box for calculating and displaying Great Circle and Rhumb Line tracks on the axesm-based map.

The Small Circles option activates the Define Small Circles input box for calculating and displaying small circles on the axesm-based map.

The Surface Distances option activates the Surface Distance dialog box for distance, azimuth, and reckoning calculations.

Tools Menu

The Hide option is used to hide the mouse tool buttons.

The Off option is used to turn off the current mouse tool.

The Set Limits option is used to define the zoom out limits to the current settings on the axes.

The Full View option is used to zoom out to the current axes limit settings.

The Origin option is used to toggle Origin mode on and off. Origin mode is used to interactively modify the map origin.

The 2D View option is used to set the default two-dimensional view (azimuth=0, elevation=90).

The Edit option activates the Property Inspector to manipulate properties of a plotted object. Choose the Current Object option to edit the currently selected object or choose the Select Object option to open the Select Object dialog box and choose the object you want to edit.

The Show option is used to set the Visible property of mapped objects to 'on'. The All option shows all currently mapped objects. The Object option activates the Select Object dialog box.

The Hide option is used to set the Visible property of mapped objects to 'off'. Choose from the All or Map options, or choose the Object option to activate the Select Object dialog box.

The Delete option is used to clear the selected objects. The All option clears the current map, frame, and grid lines. The map definition is left in the axes definition. The Map option clears the current map, deleting objects plotted on the map but leaving the frame and grid lines displayed. The Object option activates the Select Object dialog box.

The Axes option is used to manipulate the MATLAB® Cartesian axes. The Show option shows this axes, the Hide option hides this axes, and the Color option allows for custom color selection for this axes.

Colormaps Menu

The Colormaps menu allows for manipulation of the colormap for the current figure.

Version History

Introduced before R2006a

expand all

R2023b: Warns

The maptool function issues a warning that it will be removed in a future release. Select a replacement function based on the desired menu item. These tables shows the recommended replacement functions for each menu item.

Map Menu

To Be RemovedRecommended
Lineslinem
Patchespatchesm
Regular Surfacesmeshm
General Surfacessurfacem
Regular Shaded Reliefmeshlsrm
General Shaded Reliefsurflsrm
Contour Linescontourm
Filled Contoursclabelm
Quiver 2Dquiverm
Quiver 3Dquiver3m
Stemstem3m
Scatterscatterm
Texttextm

Display Menu

To Be RemovedRecommended
Projectionaxesmui
GraticuleSet the MeshGrat property of axesm-based map using setm
Legendlegend
Frameframem
Gridgridm
Meridian Labelsmlabel
Parallel Labelsplabel
Trackstrackg
Small Circlesscircleg
Surface Distancesdistance
Map Distortionmdistort
Scale Rulerscaleruler
Print Previewpreviewmap

Tools Menu

To Be RemovedRecommended
HideSet the Visible property of the axes using dot notation
OriginSet the Origin property of the axesm-based map using setm
ParallelSet the MapParallels property of the axesm-based map using setm
Set Limitszoom
Full Viewzoom
2D Viewview
Tight Maptightmap
Loose Mapaxis
Fill FigureSet the Units property of the axes using dot notation
Default SizeSet the Units property of the axes using dot notation
EditProperty Inspector
Showshowm
Hidehidem
Deleteclma or clmo
Axesshowaxes, showm, or hidem

Colormaps Menu

To Be RemovedRecommended
Colormapscolormap

The maptool function runs without warning, but will be removed in a future release.

See Also

axesm

(To be removed) Add menu tools to figure containing
axesm-based map (2024)

FAQs

What is the Axesm function in Matlab? ›

axesm( Name,Value ) creates an axesm -based map and modifies the appearance using name-value pairs to set properties. You can specify multiple name-value pairs. Enclose each property name in quotes. For example, 'FontSize',14 sets the font size for the map text.

What is Maptool in Matlab? ›

Description. maptool adds several items to the menu in the current figure window with an axesm -based map and opens the Projection Control dialog box for defining map projection and display properties. The figure window features a special menu bar that provides access to most of Mapping Toolbox™ capabilities.

How to add axes to figure in MATLAB? ›

axes( parent , Name,Value ) creates the axes in the figure, panel, or tab specified by parent , instead of in the current figure. ax = axes(___) returns the Axes object created. Use ax to query and modify properties of the Axes object after it is created. For a list of properties, see Axes Properties.

How to change the axes in MATLAB? ›

You can change the x- or y-axis units by right-clicking the mouse on the axis label or by right-clicking on the plot and selecting Analysis Parameters.

What is the function of the Toolstrip or menu in MATLAB? ›

The Toolstrip organizes MATLAB functionality in a series of tabs. Tabs are divided into sections that contain a series of related controls.

What is map function in MATLAB? ›

A map function basically takes the elements of the array and applies a function to each element. The resultant output is of the same shape as the array, but the values are the result of the function.

What is the function of the Axis command in MATLAB? ›

axis equal sets the aspect ratio so that the data units are the same in every direction. The aspect ratio of the x-, y-, and z-axis is adjusted automatically according to the range of data units in the x, y, and z directions.

What is the axis style in MATLAB? ›

axis style uses a predefined style to set the limits and scaling. For example, specify the style as equal to use equal data unit lengths along each axis. axis mode sets whether MATLAB® automatically chooses the limits or not. Specify the mode as manual , auto , or one of the semiautomatic options, such as 'auto x' .

What is the Loglog function in MATLAB? ›

loglog( X , Y ) plots x- and y-coordinates using a base-10 logarithmic scale on the x-axis and the y-axis. To plot a set of coordinates connected by line segments, specify X and Y as vectors of the same length. To plot multiple sets of coordinates on the same set of axes, specify at least one of X or Y as a matrix.

What is the axes hold property in MATLAB? ›

hold( state ) sets the axes hold state by specifying a state value. You can specify state as "on" , "off" , a logical value, or an OnOffSwitchState value. hold( ax ,___) sets the hold state for the axes specified by ax instead of the current axes. Specify ax before all other arguments.

Top Articles
Telegraphic Transfer (t/t payment): Everything you need to know
T/T-Zahlung nach China – Der umfassende Leitfaden
Hickory Back Pages
Lux Nails Columbia Mo
Between Friends Comic Strip Today
Shining Time Station (television series)
Shiftwizard Login Wakemed
Best Restaurants In Nyack On The Water
Everything You Might Want to Know About Tantric Massage - We've Asked a Pro
Gay Black Scat
Muckleshoot Bingo Calendar
Financial Literacy for Students | EVERFI
Uwa Schedule
Www Craigslist Com Pueblo Co
Ofw Pinoy Channel Su
Wells Fargo Banks In Florida
Biobased Circular Business Platform
The Athenaeum's Fan Fiction Archive & Forum
Server - GIGABYTE Costa Rica
Frontier Internet Outage Davenport Fl
‘There’s no Planet B’: UNLV first Nevada university to launch climate change plan
Janice Templeton Butt
Danielle Moodie-Mills Net Worth
Seconds Valuable Fun Welcoming Gang Back Andy Griffith's Birthday A Top Wish So A Happy Birthday FZSW A Fabulous Man Kevin Talks About Times From Ten Day Weekend Fun Labor Day Break
Skyward Login Waxahachie
2022 Jeep Grand Cherokee Lug Nut Torque
Lolalytics Aram
Acnh Picnic Table
100000 Divided By 3
Charles Bengry Commerce Ca
Ripoff Report | MZK Headhunters Inc. complaints, reviews, scams, lawsuits and frauds reported, 0 results
Culvers Flavor Of The Day Freeport Il
Duluth Craigslist Boats
manhattan cars & trucks - by owner - craigslist
Walgreens Pharmacy On Jennings Station Road
Nina Volyanksa
Erie Pa Craigslist
Puppies For Sale in Netherlands (98) | Petzlover
Green Press Gazette Obits
Bryant Air Conditioner Parts Diagram
Jason Brewer Leaving Fox 25
Build:Mechanist - Power Mechanist
Walmart Supercenter Curbside Pickup
Metroplus Rewards Sign In
Kieaira.boo
5613192063
Drift Boss 911
Assistant Store Manager Dollar General Salary
Fapello.ckm
Wayfair Outlet Dayton Ohio
[US/EU] ARENA 2v2 DF S4 Rating Boost 0-1800 / Piloted/Selfplay / ... | ID 217616976 | PlayerAuctions
Omaha World-Herald from Omaha, Nebraska
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 5585

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.