octave-maintainers
[Top][All Lists]
Advanced

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

change in behavior of find


From: John W. Eaton
Subject: change in behavior of find
Date: Wed, 28 Jul 2010 10:19:54 -0400

Is the following change in the way find works intentional?  If so,
why?

  octave3.0:1> find ('a')
  ans =  1

  octave3.2:1> find ('a')
  ans =  1

  octave3.3.51+:1> find ('a')
  error: invalid conversion from string to real N-d array

I'm told that Matlab continues to allow find to work with character
arrays, so this is also a Matlab compatibility issue.

jwe


reply via email to

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