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])