EXERCISE 2-1

Variables are broadly classified in Matlab as scalars (with a single numerical value), vectors (with more than one value organized in one dimension) and arrays (with multiple numerical values organized in more than one dimension). ... For example, let’s multiply 2 times the 8 elements of the vector x. The For loop begins by setting a counter ... ................
................