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()

EXPLANATION: The mean() command is an INBUILT command which can be used to compute the mean of n no. of values in a SERIES. meanabs() will TAKE the sum of absolute values in the series while sumabs() only computes the sum of absolute values in the series.



Discussion

No Comment Found

Related InterviewSolutions