comparison scripts/plot/plot_border.m @ 5443:ec8c33dcd1bf

[project @ 2005-09-08 01:40:57 by jwe]
author jwe
date Thu, 08 Sep 2005 01:40:58 +0000
parents 4c8a2e4e0717
children b2e882e8b68b
comparison
equal deleted inserted replaced
5442:636886245488 5443:ec8c33dcd1bf
66 66
67 while (nargs--) 67 while (nargs--)
68 68
69 arg = varargin{k++}; 69 arg = varargin{k++};
70 70
71 if (! isstr (arg)) 71 if (! ischar (arg))
72 error ("plot_border: input not a string"); 72 error ("plot_border: input not a string");
73 endif 73 endif
74 74
75 ## The effect of the arguments in cumulative. If something is found 75 ## The effect of the arguments in cumulative. If something is found
76 ## after "b", do that and ignore "b". 76 ## after "b", do that and ignore "b".