

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Matlab knowledge and support exam preparation. Choose a topic below to get started.
1. |
The pattern generated by the spy command is a measure of the number of zeros in the input matrix. |
A. | True |
B. | False |
Answer» C. | |
2. |
The default number of non-zero elements which can be put into the memory allocated by the spalloc command is > 1. |
A. | True |
B. | False |
Answer» C. | |
3. |
A memory for sparse matrix is dedicated by the ______ command. |
A. | spalloc |
B. | sparsealloc |
C. | allocspar |
D. | no such command |
Answer» B. sparsealloc | |
4. |
The space located for the matrix generated from the spones command is _______ |
A. | Same as a sparse matrix |
B. | Same as the original matrix |
C. | Same as an identity matrix |
D. | Double that of the sparse matrix |
Answer» B. Same as the original matrix | |