A 1h30 crash course in programming

The slides can be found here. I will cover slides 9 to 37 primarly (and the rest if time permits).

Octave is a free software pretty close to Matlab. Click here to obtain it for free.
Matlab is a non-free software pretty close to Octave (and more). Click here to spend 500$ to acquire it.

The code for examples used in slides:

  1. basic_examples.m (matlab and octave file)
  2. Boolean algebra and If operator (matlab file), (octave file)
  3. Example of a for loop. (matlab file), (octave file)
  4. While loop(matlab and octave file)
  5. Switch example (matlab and octave file)
  6. Function "toperator"(matlab and octave file)
  7. A file that uses the previous function(matlab and octave file)