diff scripts/statistics/distributions/exppdf.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2a16423e4aa0
children 4775fc1aa728
line wrap: on
line diff
--- a/scripts/statistics/distributions/exppdf.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/statistics/distributions/exppdf.m	Tue Oct 10 16:10:31 2006 +0000
@@ -29,7 +29,7 @@
 function pdf = exppdf (x, l)
 
   if (nargin != 2)
-    usage ("exppdf (x, lambda)");
+    print_usage ();
   endif
 
   if (!isscalar (x) && !isscalar(l))