linemenu

Adds a context menu to change line properties.
1,4K Descargas
Actualizado 25 ago 2003

Ver licencia

LINEMENU adds a context menu to change line properties
LINEMENU(hline) creates a context menu for the line with handle hline
that allows line properties to be easily changed.
LINEMENU, without any input arguments, will create this context menu
for all lines that are found in the current figure.
This allows users to easily change line properties, and is especially
useful for compiled programs, as users do not have access to MATLAB's
property editor.

Example
----------
x = -pi:.1:pi;
y1 = sin(x);
y2 = cos(x);
plot(x,y1,x,y2)
linemenu

Citar como

Nathan Childress (2025). linemenu (https://es.mathworks.com/matlabcentral/fileexchange/3901-linemenu), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0