diff scripts/plot/pareto.m @ 11191:01ddaedd6ad5

Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
author Rik <octave@nomad.inbox5.com>
date Thu, 04 Nov 2010 12:18:08 -0700
parents 4cb1522e4d0f
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/pareto.m
+++ b/scripts/plot/pareto.m
@@ -66,12 +66,12 @@
       if (ischar (y))
         y = cellstr (y);
       else
-        y = cellfun (@num2str, num2cell (y), "UniformOutput", false);
+        y = cellfun (@num2str, num2cell (y), "uniformoutput", false);
       endif
     endif
   else
     y = cellfun (@int2str, num2cell (1 : numel(x)), 
-                 "UniformOutput", false);
+                 "uniformoutput", false);
   endif
 
   [x, idx] = sort (x, "descend");