Practical 1: Introduction to MATLAB
Mathematical symbols in MATLAB
Exploring the effect of brackets
> Type the following arithmetic expressions in the Command Window. Remember to mentally calculate the answers before pressing the Enter key (8+6)/(10-2^3) 8+6/(10-2^3) 8+6/10-2^3 |
Coding tip: The up-arrow ↑ on the keyboard will recall a previous line for you to edit. |