

InterviewSolution
Saved Bookmarks
1. |
We can find the mean value of a series (upto n) using _________(a) meanabs()(b) mean()(c) sumabs()(d) sum()/nThe question was posed to me during an interview for a job.This interesting question is from Sums and Products topic in chapter Beyond the Basics of MATLAB |
Answer» Correct answer is (B) mean() |
|