Saved Bookmarks
| 1. |
To check whether the input matrix is sparse or not, we use the ________ command.(a) issparse(b) besparse(c) ifsparse(d) sparseThe question was asked by my school teacher while I was bunking the class.Question is taken from Sparse Matrices in portion Beyond the Basics of MATLAB |
|
Answer» RIGHT choice is (a) issparse For explanation: The correct COMMAND to CHECK whether the input MATRIX is sparse or not is the issparse command. The sparse command GENERATES a sparse matrix. |
|