In this video we discuss how to define scalar (numeric) variables in MATLAB.
00:00 -Introduction
00:36 -Three features of MATLAB variables
01:24 -Anatomy of variable declaration
03:04 -Example 1: Store x = 9
03:30 -Example 1: format debug
04:21 -Example 1: the three attributes for variable x
06:50 -Review of command x = 9
07:54 -Definition of "write" memory operation
08:33 -Definition of "read" memory operation
09:13 -Example 2: Execute code x = 4*x - 12
09:56 -Example 2: Pattern for assignment operator
10:42 -Example 2: Parse the computable expression
12:32 -Example 2: Write output to x
12:51 -Example 2: The three attributes for x
13:20 -Example 2: Exploring addressing for read vs. write
16:04 -Example 3: name = 2^10 - 32 and three attribute
17:06 -Conclusion