CPS130, Lecture 1: Introduction to Algorithms

In MATLAB every variable is a matrix, an n x m array of numbers. MATLAB is a “call by value” language rather than a “call by reference (name)” language, and this can cause inefficiencies if care is not taken. I suggest you take some time to learn MATLAB since it can be viewed as a rapid prototyping language - sort of a super-calculator ... ................
................