© Irfan Turk 2019
I. TurkPractical MATLABhttps://doi.org/10.1007/978-1-4842-5281-9_6

6. Basic Statistics and Data Analysis

Irfan Turk1 
(1)
Nilufer, Bursa, Turkey
 

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

MATLAB offers a great variety of features and ready-to-use, built-in functions in the area of statistics. In this book, I only introduce an outline of the topic with some basic statistical functions (Table 6-1).
Table 6-1

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 ...

Get Practical MATLAB: With Modeling, Simulation, and Processing Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.