Mercurial > hg > octave-nkf
comparison scripts/plot/stem.m @ 16828:ddac88d32d6a
Make demos in plot m-files compatible with Matlab for running comparison script.
* scripts/plot/isosurface.m, scripts/plot/line.m, scripts/plot/mesh.m,
scripts/plot/plotyy.m, scripts/plot/printd.m, scripts/plot/semilogy.m,
scripts/plot/shrinkfaces.m, scripts/plot/stairs.m, scripts/plot/stem.m,
scripts/plot/stemleaf.m, scripts/plot/tetramesh.m: Replace double quote (")
with single quote ('). Use '%' for comment character. Use '...' for
line continuation.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 23 Jun 2013 14:47:05 -0700 |
parents | 64e7bb01fce2 |
children | b2cbf369837e |
comparison
equal
deleted
inserted
replaced
16827:ac5313d94f20 | 16828:ddac88d32d6a |
---|---|
140 %! for k=2:N | 140 %! for k=2:N |
141 %! set (hs, 'xdata', x(1:k), 'ydata', y(1:k)) | 141 %! set (hs, 'xdata', x(1:k), 'ydata', y(1:k)) |
142 %! drawnow (); | 142 %! drawnow (); |
143 %! pause (0.2); | 143 %! pause (0.2); |
144 %! end | 144 %! end |
145 |