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

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

[Octave-bug-tracker] [bug #49496] syntax error


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #49496] syntax error
Date: Mon, 31 Oct 2016 22:54:54 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36

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

                 Summary: syntax error
                 Project: GNU Octave
            Submitted by: godfrey
            Submitted on: Mon 31 Oct 2016 10:54:52 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Godfrey
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:


octave:1> [min([1 2 3])]
ans =  1
octave:2> [min ([1 2 3])]
error: Invalid call to min.  Correct usage is:

 -- min (X)
 -- min (X, [], DIM)
 -- [W, IW] = min (X)
 -- min (X, Y)

Additional help for built-in functions and operators is
available in the online version of the manual.  Use the command
'doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at http://www.octave.org and via the address@hidden
mailing list.
octave:2> version
ans = 4.3.0+
octave:3> 

Would be good to check if this error exists in current stable





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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