comparison scripts/plot/box.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents eb63fbe60fab
children be55736a0783
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
43 endif 43 endif
44 elseif (nargs == 1) 44 elseif (nargs == 1)
45 state = varargin{1}; 45 state = varargin{1};
46 if (ischar (state)) 46 if (ischar (state))
47 if (strcmpi (state, "off")) 47 if (strcmpi (state, "off"))
48 box_state = "off"; 48 box_state = "off";
49 elseif (strcmpi (state, "on")) 49 elseif (strcmpi (state, "on"))
50 box_state = "on"; 50 box_state = "on";
51 else 51 else
52 print_usage (); 52 print_usage ();
53 endif 53 endif
54 endif 54 endif
55 else 55 else
56 print_usage (); 56 print_usage ();
57 endif 57 endif