octave-maintainers
[Top][All Lists]
Advanced

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

str2double behavior


From: Rik
Subject: str2double behavior
Date: Mon, 06 Jun 2011 10:42:41 -0700

Julien,

Can you check what the following does?

str2double ({ "1.5", [2.5] })

If it returns

[ 1.5, NaN ]

then Octave will need to look at each value in the cell array.  Currently
we only check that *all* values are strings.

--Rik


reply via email to

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