Which statement is true about the sparse matrices?
The sparse function requires its input to be a full matrix with at least 50% zero elements.
sparse
Mixtures of sparse and full matrices can be combined in all of MATLAB's built-in arithmetic operations.
Sparse matrices always use less memory than their associated full matrices.
You can use the sparse function to remove empty cells from cell array variables.