matrix = compact(quat)
converts the quaternion array, quat, to an
N-by-4 matrix. The columns are made from the four quaternion
parts. The ith row of the matrix
corresponds to quat(i).
Create a 2-by-2 array of quaternions, then convert the representation to a matrix of quaternion parts. The output rows correspond to the linear indices of the quaternion array.