help-octave
[Top][All Lists]
Advanced

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

Re: str2num


From: Jun Ohta
Subject: Re: str2num
Date: Sun, 2 Apr 2006 20:24:46 +0900

I add the following observation about beta version of Octave-workshop.
 I sincerely hope this will contribute to development of Octave-
workshop.

Jun Ohta

> x ="123456"
x = 123456

> y=str2num(x)
y = 123456

> str2num([])
usage: str2num (s)
error: evaluating if command near line 29, column 3
error: 8T3

> y=str2num(x)
y = [](0x0)

> clear str2num

> clear y

> y=str2num(x)
y = [](0x0)





-------------------------------------------------------------
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]