Name

dec2oct — octal representation of integers

Calling Sequence

o=dec2oct(d)

Parameters

d

matrix of non negative integers

o

matrix of character strings

Description

dec2oct(x) returns the octal representation of a matrix of integers.

Examples

 
dec2oct([2748 10;11 3])
 

See Also

base2dec, bin2dec, oct2dec, hex2dec, dec2bin, dec2hex