Mercurial > hg > octave-nkf
comparison scripts/strings/str2num.m @ 3361:4f40efa995c1
[project @ 1999-11-19 21:19:37 by jwe]
author | jwe |
---|---|
date | Fri, 19 Nov 1999 21:19:44 +0000 |
parents | c17387059fd3 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
3360:48bd8127e19b | 3361:4f40efa995c1 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA | 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA |
18 ## 02111-1307, USA. | 18 ## 02111-1307, USA. |
19 | 19 |
20 ## usage: m = str2num (s) | 20 ## -*- texinfo -*- |
21 ## | 21 ## @deftypefn {Function File} {} str2num (@var{s}) |
22 ## Convert the string S to a number. | 22 ## Convert the string @var{s} to a number. |
23 ## @end deftypefn | |
23 | 24 |
24 ## Author: jwe | 25 ## Author: jwe |
25 | 26 |
26 function m = str2num (s) | 27 function m = str2num (s) |
27 | 28 |