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:
- basic_examples.m (matlab and octave file)
- Boolean algebra and If operator (matlab file), (octave file)
- Example of a for loop. (matlab file), (octave file)
- While loop(matlab and octave file)
- Switch example (matlab and octave file)
- Function "toperator"(matlab and octave file)
- A file that uses the previous function(matlab and octave file)
