

InterviewSolution
Saved Bookmarks
1. |
The result of cumsum([1,2,3]) and sum([3,3]) are ____________(a) Same(b) Different(c) Absolute numbers(d) Signed numbersThe question was posed to me in an online interview.I want to ask this question from Sums and Products in chapter Beyond the Basics of MATLAB |
Answer» Right option is (b) Different |
|