2. Simple Math

One can use MATLAB like a calculator without specifying variables. MATLAB has all the standard mathematical operations.

>> 2+2.5+106
ans = 110.5000 >> 4*25 + 2^3 ans = 108