/usr/share/freemat/help/text/int2bin.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | INT2BIN INT2BIN Convert Integer Arrays to Binary
Usage
Computes the binary decomposition of an integer array to the specified
number of bits. The general syntax for its use is
y = int2bin(x,n)
where x is a multi-dimensional integer array, and n is the number
of bits to expand it to. The output array y has one extra dimension
to it than the input. The bits are expanded along this extra dimension.
|