octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54283] Object sizes documentation : [rows, c


From: anonymous
Subject: [Octave-bug-tracker] [bug #54283] Object sizes documentation : [rows, cols, …, dim_N_sz] = size (…)
Date: Tue, 10 Jul 2018 20:56:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #54283 (project octave):

I hit two small typos in the docstring of "size" and another place.  Here is
the patch. (They are too small so I didn't open a new bug report.)

diff -u a/libinterp/corefcn/data.cc b/libinterp/corefcn/data.cc
--- a/libinterp/corefcn/data.cc
+++ b/libinterp/corefcn/data.cc
@@ -2624,7 +2624,7 @@
 with multiple output arguments, @code{size} returns the size of dimension N
 in the Nth argument.  The number of rows, dimension 1, is returned in the
 first argument, the number of columns, dimension 2, is returned in the
-second argument, etc.  If there are more dimensions in @var{a} then there
are
+second argument, etc.  If there are more dimensions in @var{a} than there
are
 output arguments, @code{size} returns the total number of elements in the
 remaining dimensions in the final output argument.
 
diff -u a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi
--- a/doc/interpreter/plot.txi
+++ b/doc/interpreter/plot.txi
@@ -2251,7 +2251,7 @@
 @cindex contour series
 
 Contour group objects are created by the @code{contour}, @code{contourf},
and
address@hidden functions.  The are also one of the handles returned by the
address@hidden functions.  They are also one of the handles returned by the
 @code{surfc} and @code{meshc} functions.  The properties of the contour
group
 are
 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54283>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]