3. Graphical Data Analysis

Visualizing data is critical to understanding it. What does a function, \(f(x)\), do when \(x\) is near zero or very large? Are there any discontinuities? Where does \(f(x)\) cross the \(x\) axis? If the data is stochastic, are there any outliers? Do we know enough about our data to make data-driven decisions? We need to make effective two and three-dimensional data plots so that we and others can understand the data.

We made several simple plots in MATLAB Programming to learn about the features of MATLAB. Here we direct our attention specifically to plotting. Remember that MATLAB has a large variety of plotting options, so we can only cover the essentials of plotting.

Contents: