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

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

[Octave-bug-tracker] [bug #34536] isvector gives wrong answer when check


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #34536] isvector gives wrong answer when checking function_handle
Date: Wed, 12 Oct 2011 12:40:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.10 (maverick) Firefox/3.6.23

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

                 Summary: isvector gives wrong answer when checking
function_handle
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Wed 12 Oct 2011 12:40:16 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: juanpi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:


Hi the following code fails.

a=@(x) ischar (x); 
assert ( !isvector (a) );

It shouldn't. (checked in 3.4.3-rc0 and dev changeset: 1e12601d2697, tag:tip)

Thanks




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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