

InterviewSolution
Saved Bookmarks
1. |
The pattern generated by the spy command is a measure of the number of zeros in the input matrix.(a) True(b) FalseI got this question during a job interview.The query is from Sparse Matrices topic in portion Beyond the Basics of MATLAB |
Answer» CORRECT CHOICE is (B) False To explain: It is actually a pattern of the NUMBER of non-zero elements in the input MATRIX. Hence, the above statement is false. |
|