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

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

[Octave-bug-tracker] [bug #51582] arrayfun with @isa


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #51582] arrayfun with @isa
Date: Wed, 26 Jul 2017 13:43:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Update of bug #51582 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Keep in mind that ["numeric" "float" "integer"] is the same thing as a single
string "numericfloatinteger" because of the way char row vector concatenation
works.

This works for me instead


arrayfun(@isa, [1 2 3], {"numeric" "float" "integer"})


Please try your examples with a cell array of class/type names, is there still
a bug?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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