changeset 7219:ef3fad1f36da

[project @ 2007-11-29 22:13:29 by dbateman]
author dbateman
date Thu, 29 Nov 2007 22:13:29 +0000
parents 02eb1619b857
children 66081694ffb8
files scripts/plot/stem3.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/stem3.m	Thu Nov 29 21:10:55 2007 +0000
+++ b/scripts/plot/stem3.m	Thu Nov 29 22:13:29 2007 +0000
@@ -37,7 +37,7 @@
 
 function h = stem3 (varargin)
 
-  if (nargin < 3 || nargin > 4)
+  if (nargin < 1 || nargin > 4)
     print_usage ();
   endif