Variables
Variables are created when they are first assigned a value.
All variables are global (for now).
A variable exists from the time it is created until you quit Matlab.
Variable names are case-sensitive. Entering
creates two separate variables.
Several variables containing useful constants are already defined