An introduction to Matlab - Antoine Frénoy - 2014/2015

The lecture will be organized around this exercice sheet. The answers for most of the exercises are available on github. Please feel free to improve them or to suggest other possible answers.

You should first download the needed files by typing in a terminal (if you are using Mac OS or Linux):

mkdir -p ~/Documents/MATLAB
cd ~/Documents/MATLAB
curl "http://perso.crans.org/frenoy/matlab2014.tar.gz" -o matlab2014.tar.gz
tar xzvf matlab2014.tar.gz

You should respect some good coding practices, especially: