Tagged: graphs

Specifying a Data Source

Creating the Graph First define two variables by issuing these statements in the command window. t = 0:.01:20; alpha =.055; Next plot t versus the expression exp(-alpha*t).*sin(.5*t) using the plot function or the plot...

Plotting Tools — Interactive Plotting

What Are Plotting Tools? The modular, interactive plotting environment called plotting tools enables you to Create various type of graphs Select variables to plot directly from a workspace browser Easily create and manipulate subplots...

Marking Up Graphs with Data Brushing

What Is Data Brushing? When you brush data, you manually select observations on an interactive data display in the course of assessing validity, testing hypotheses, or segregating observations for further processing. You can brush...