Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Double-click on any variable name in the Workspace to take a closer peek at it.

 We want to start the next part of the tutorial with a clean slate. Some MATLAB commands that can help you do this are:

clear all; % Clear all variables from the workspace

clc; % Clear command window

Create a MATLAB Program

We have essentially used three MATLAB statements to calculate R. These three statements should be shown in the Command History window.

...