diff scripts/signal/hurst.m @ 3238:041ea33fbbf4

[project @ 1999-03-26 17:48:16 by jwe]
author jwe
date Fri, 26 Mar 1999 17:48:35 +0000
parents e4f4b2d26ee9
children f8dde1807dee
line wrap: on
line diff
--- a/scripts/signal/hurst.m
+++ b/scripts/signal/hurst.m
@@ -35,7 +35,7 @@
     x = reshape (x, length (x), 1);
   end
     
-  [xr xc] = size (x);
+  [xr, xc] = size (x);
 
   s = std (x);
   w = cumsum (x - mean (x));