Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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])
See also
Report an issue | ||
<< dec2hex | Radix conversions | hex2dec >> |