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

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

[Octave-bug-tracker] [bug #51581] cellfun with objects


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #51581] cellfun with objects
Date: Wed, 26 Jul 2017 13:50:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Update of bug #51581 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

Substituting either the built-in ftp class or the sym class provided by the
symbolic package works, so it might be something to do with your class.


>> cellfun (@isa, {ftp(), ftp(), ftp()}, {"numeric" "float" "integer"})
ans =

  0  0  0

>> cellfun (@isa, {sym(), sym(), sym()}, {"numeric" "float" "integer"})
ans =

  0  0  0



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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