Site hosted by Angelfire.com: Build your free website today!

linemenu

PURPOSE ^

LINEMENU adds a context menu to change line properties

SYNOPSIS ^

function linemenu(handles,comaname,f)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004