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