Mercurial > hg > octave-jordi
comparison scripts/strings/base2dec.m @ 3791:c1c532a0acb2
[project @ 2001-02-09 15:28:23 by jwe]
author | jwe |
---|---|
date | Fri, 09 Feb 2001 15:28:23 +0000 |
parents | 2a257be5e488 |
children | 22bd65326ec1 |
comparison
equal
deleted
inserted
replaced
3790:1e0d844b8f54 | 3791:c1c532a0acb2 |
---|---|
42 ## @end example | 42 ## @end example |
43 ## | 43 ## |
44 ## @end deftypefn | 44 ## @end deftypefn |
45 ## @seealso{dec2base, dec2bin, bin2dec, hex2dec, dec2hex} | 45 ## @seealso{dec2base, dec2bin, bin2dec, hex2dec, dec2hex} |
46 | 46 |
47 ## Author: Daniel Calvelo <> | 47 ## Author: Daniel Calvelo <dcalvelo@yahoo.com> |
48 ## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | 48 ## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
49 | 49 |
50 function out = base2dec (d, base) | 50 function out = base2dec (d, base) |
51 | 51 |
52 if (nargin != 2) | 52 if (nargin != 2) |