20 Understanding Common Operations (Arithmetic):
Understanding Common Operations (Arithmetic):
1. In summary, arithmetic operations such as addition, subtraction, multiplication and division are pretty straight forward
within MATLAB.
2. By plugging in the numbers followed with the correct symbol for the operation. The only thing to note is that unlike
google, MATLAB can only recognize the one symbol needed for the operation.
3. For example, when multiplying numbers, you can universally use symbols and letters like “*” and “x”. However,
MATLAB treats x as a respective variable if assigned a numerical value with it, and can ONLY use an asterisk symbol
within an equation