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

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

[Octave-bug-tracker] [bug #47814] Sum function doesn't work as expected


From: anonymous
Subject: [Octave-bug-tracker] [bug #47814] Sum function doesn't work as expected in GUI command window
Date: Sat, 30 Apr 2016 21:59:52 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36

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

                 Summary: Sum function doesn't work as expected in GUI command
window
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 30 Apr 2016 21:59:50 UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Andrew
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


>> h= [2,1;3,5;-2,2]
h =

   2   1
   3   5
  -2   2

>> c=sum(h)
error: subscript indices must be either positive integers less than 2^31 or
logicals


Version 4.0.1

works as expected in cli.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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