(
(
c
The,
Function: Ravel, Catenate, Laminate
o
Monadic (One-Argument) Form: Ravel
,8
The
ravel
function results in a vector containing
the
elements
of
argument
B.
If
argument B
is
an array,
the
elements
in
the
vector are taken from argument B
in
row order. Argument B can be a scalar, vector, or
other
array. The resulting
vector contains
the
same number
of
elements as argument
B:
1 2
~3
1+
5 6
'7
8
A~2
2
2pl
2 3
~
5 6 7 8
A
IA
:1.23'+5678
ABC
DEF
B~"2
:3
p • ABCDEF ·
B
IB
ABCDEF
Dyadic (Two-Argument) Form: Catenate
or
Laminate
A,
[I]
8
The function
is
catenate when
the
[I]
entry
(index entry)
is
an integer and laminate
when
the
[I] entry
is
a fraction.
77