Scilab 6.0.0
Scilab Help >> Elementary Functions > Radix conversions > dec2oct
dec2oct
convert from decimal to octal
Syntax
o=dec2oct(d)
Arguments
- d
matrix of doubles, positive integer values
- o
matrix of strings
Description
dec2oct(x)
returns the octal representation of a
matrix of integers.
Examples
dec2oct([2748 10;11 3])
Comments
Add a comment:
Please login to comment this page.