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

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

[Octave-bug-tracker] [bug #54393] typo in setdiff documentation


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #54393] typo in setdiff documentation
Date: Fri, 27 Jul 2018 03:49:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?54393>

                 Summary: typo in setdiff documentation
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Fri 27 Jul 2018 07:49:00 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1-rc1
        Operating System: Any

    _______________________________________________________

Details:

column vector should read row vector:


diff -r a5263875ffdc scripts/set/setdiff.m
--- a/scripts/set/setdiff.m     Thu Jul 26 16:14:12 2018 -0400
+++ b/scripts/set/setdiff.m     Fri Jul 27 09:45:59 2018 +0200
@@ -24,7 +24,7 @@
 ## Return the unique elements in @var{a} that are not in @var{b} sorted in
 ## ascending order.
 ##
-## If @var{a} is a row vector return a column vector; Otherwise, return a
+## If @var{a} is a row vector return a row vector; Otherwise, return a
 ## column vector.  The inputs may also be cell arrays of strings.
 ##
 ## If the optional input @qcode{"rows"} is given then return the rows in





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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