diff scripts/plot/waterfall.m @ 17125:d4549655b92e

Rephrase %!tests to take advantage of single output form of peaks(). * scripts/plot/pcolor.m, scripts/plot/surf.m, scripts/plot/surfc.m, scripts/plot/waterfall.m: Rephrase %!tests to take advantage of single output form of peaks().
author Rik <rik@octave.org>
date Wed, 31 Jul 2013 13:49:06 -0700
parents 34a9a4e48f9b
children eaab03308c0b
line wrap: on
line diff
--- a/scripts/plot/waterfall.m
+++ b/scripts/plot/waterfall.m
@@ -56,6 +56,6 @@
 %!demo
 %! clf;
 %! colormap ('default');
-%! [~,~,Z] = peaks ();
+%! Z = peaks ();
 %! waterfall (Z);