comparison scripts/miscellaneous/menu.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
23 ## be printed along with a number. The return value is the number of the 23 ## be printed along with a number. The return value is the number of the
24 ## option selected by the user. This function is useful for interactive 24 ## option selected by the user. This function is useful for interactive
25 ## programs. There is no limit to the number of options that may be passed 25 ## programs. There is no limit to the number of options that may be passed
26 ## in, but it may be confusing to present more than will fit easily on one 26 ## in, but it may be confusing to present more than will fit easily on one
27 ## screen. 27 ## screen.
28 ## @seealso{disp, printf, input}
28 ## @end deftypefn 29 ## @end deftypefn
29 ##
30 ## @seealso{disp, printf, and input}
31 30
32 ## Author: jwe 31 ## Author: jwe
33 32
34 function num = menu (t, varargin) 33 function num = menu (t, varargin)
35 34