1.

The maximum space allocated for sparse matrices is given by the ____ command.(a) maxsparse(b) sparsemax(c) nzmax(d) no such commandI had been asked this question in class test.This question is from Sparse Matrices in section Beyond the Basics of MATLAB

Answer»

The CORRECT choice is (c) nzmax

Easy EXPLANATION: The nzmax is the command to find the MAXIMUM space allocated for SPARSE matrices. The maximum space is proportional to the number of non-zero ELEMENTS in the original matrix.



Discussion

No Comment Found

Related InterviewSolutions