Matlab Tutorial - University of Calgary in Alberta

Matlab allows you to both enter commands in a command line interface and write scripts to carry out operations. Basic arithmetic operations (+, -, *, /, ^EXP) can be performed such as: >> 1+2+3+4+5+6+7+8. ans = 36 The answer has been stored in a variable β€˜ans’. As with C, the β€˜=’ character is for assignment, not for equal. ................
................