

InterviewSolution
Saved Bookmarks
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 |
|