

InterviewSolution
Saved Bookmarks
1. |
To find the absolute value of the sum of squares of numbers in a series, we use_________(a) abs(sumsqr())(b) sumsqr()(c) sumsqr(abs())(d) abs(sqrsum())I have been asked this question in unit test.I want to ask this question from Sums and Products in division Beyond the Basics of MATLAB |
Answer» Correct ANSWER is (a) abs(sumsqr()) |
|