LINECMENU
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.
Zitieren als
Matt Fig (2024). LINECMENU (https://www.mathworks.com/matlabcentral/fileexchange/30989-linecmenu), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
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 |