Convert sparse matrix to full matrix
(Quaternion and octonion overloadings of standard MATLAB® function)
b = full(q)
full converts a sparse matrix to a full matrix. This function is provided because the MATLAB® trace function calls it, and otherwise trace would not work. If the matrix is already a full matrix, the function has no effect.