Mercurial > hg > octave-lyh
diff scripts/strings/base2dec.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | 58604c45ca74 |
children | 952d4df5b686 |
line wrap: on
line diff
--- a/scripts/strings/base2dec.m +++ b/scripts/strings/base2dec.m @@ -22,8 +22,10 @@ ## integer. ## ## @example +## @group ## base2dec ("11120", 3) ## @result{} 123 +## @end group ## @end example ## ## If @var{s} is a matrix, returns a column vector with one value per @@ -36,8 +38,10 @@ ## symbol. ## ## @example +## @group ## base2dec ("yyyzx", "xyz") ## @result{} 123 +## @end group ## @end example ## @seealso{dec2base, dec2bin, bin2dec, hex2dec, dec2hex} ## @end deftypefn