help-octave
[Top][All Lists]
Advanced

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

isnumeric(<cell-array>) returns true


From: Mats Jansson
Subject: isnumeric(<cell-array>) returns true
Date: Tue, 18 Mar 2003 04:08:05 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Is this behavior intended?

/Mats

address@hidden ~]$ octave --norc
GNU Octave, version 2.1.46 (i686-pc-linux-gnu).
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <address@hidden>.

octave:1> isnumeric ({})
ans = 1
octave:2> isnumeric ({1})
ans = 1
octave:3> isnumeric ({"a"})
ans = 1
octave:4>



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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