This repo contains the code for the lab exercises and courseworks for COMP0249, taught in the spring 2025.
The code has been tested on MATLAB R2023a onwards on Windows, Linux and Mac (both Intel and M1) platforms.
To install the code, you should clone this repo. Start MATLAB and change the download directory and run:
mkdir comp0249-labs
cd comp0249-labs
git clone https://github.com/UCL/COMP0249_24-25.git
Once you've downloaded the software, open MATLAB and change to the comp0249-labs directory. Run the command:
setup
And you should be good to go