

InterviewSolution
Saved Bookmarks
1. |
The nature of complex input taken by the sparse() command is ______________(a) Only Imaginary part(b) Only positive imaginary part(c) Only negative real part(d) All of the mentionedThe question was asked by my school principal while I was bunking the class.I'm obligated to ask this question of Sparse Matrices topic in section Beyond the Basics of MATLAB |
Answer» CORRECT answer is (d) All of the mentioned For explanation: The sparse() COMMAND takes all KIND of complex inputs. It is not BIASED by DEFAULT. |
|