comparison scripts/plot/draw/cylinder.m @ 20218:4e7f12a763cd stable

doc: Remove typo of same word twice in a row. * data.cc (nzmax), mappers.cc (isinf), contourc.m, cylinder.m, ellipsoid.m: Remove typo of same word twice in a row.
author Rik <rik@octave.org>
date Tue, 12 May 2015 10:05:02 -0700
parents 4197fc428c7d
children
comparison
equal deleted inserted replaced
20217:9deea95129ca 20218:4e7f12a763cd
27 ## The optional input @var{r} is a vector specifying the radius along the 27 ## The optional input @var{r} is a vector specifying the radius along the
28 ## unit z-axis. The default is [1 1] indicating radius 1 at @code{Z == 0} 28 ## unit z-axis. The default is [1 1] indicating radius 1 at @code{Z == 0}
29 ## and at @code{Z == 1}. 29 ## and at @code{Z == 1}.
30 ## 30 ##
31 ## The optional input @var{n} determines the number of faces around the 31 ## The optional input @var{n} determines the number of faces around the
32 ## the circumference of the cylinder. The default value is 20. 32 ## circumference of the cylinder. The default value is 20.
33 ## 33 ##
34 ## If the first argument @var{hax} is an axes handle, then plot into this axis, 34 ## If the first argument @var{hax} is an axes handle, then plot into this axis,
35 ## rather than the current axes returned by @code{gca}. 35 ## rather than the current axes returned by @code{gca}.
36 ## 36 ##
37 ## If outputs are requested @code{cylinder} returns three matrices in 37 ## If outputs are requested @code{cylinder} returns three matrices in