This chapter begins with a brief discussion about basic statistical functions used in MATLAB. After that, sorting, searching, and processing data with Microsoft Excel files are presented.
Basic Statistics
Some of the Basic Functions Related to Statistics in MATLAB
Function | Explanation | Example |
---|---|---|
max() | Returns the maximum element | max([1,34,21,5]) |
mean() | Returns the average or mean value ... |