LINECMENU

Version 1.3.0.0 (6.37 KB) by Matt Fig
Utility for creating a standard uicontextmenu for line objects.
1.1K Downloads
Updated 13 Apr 2011

View License

LINECMENU Creates a uicontextmenu or submenu to a pre-existing uicontextmenu for a line object.
U = LINECMENU; creates a uicontext menu for a line object. U can then be
put in the 'uicontextmenu' property of any (or several) line object(s).

LINECMENU(H) appends a line menu to uicontextmenu or submenu in handle H.

The sample image shows the menu which comes up when a line is clicked.

The code should be easy enough to follow that it is extensible. For
example, one could add more sizes to the MarkerSize menu by following the
pattern laid out in the code.

Also included is another M-file, DEFAULTLINECREATEFCN. This file is meant to be called from the STARTUP file so that LINECMENU is automatically placed in the uicontextmenu for all subsequently created lines. This is optional, and will result in all future lines created by the user having the LINECMENU options. The directions for performing this simple, optional operation are included in the help for DEFAULTLINECREATEFCN. If you want to do this and are unable to figure it out, feel free to contact me and I will help you.

Also included is a bonus function, DUALCOLORPLOT. This function uses LINECMENU, and so serves as a demo for LINECMENU. DUALCOLORPLOT was inspired by a recent post on Doug Hull's video page.

Cite As

Matt Fig (2024). LINECMENU (https://www.mathworks.com/matlabcentral/fileexchange/30989-linecmenu), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interactive Control and Callbacks in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

Implemented Oleg's suggestions.

1.2.0.0

Added the optional default file.

1.1.0.0

Abandoned nested functions in bonus file.

1.0.0.0