https://github.com/ucl/comp0249_24-25
https://github.com/ucl/comp0249_24-25
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ucl/comp0249_24-25
- Owner: UCL
- Created: 2025-01-16T17:46:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T10:59:52.000Z (2 months ago)
- Last Synced: 2025-03-28T20:18:55.187Z (25 days ago)
- Language: MATLAB
- Size: 1.75 MB
- Stars: 19
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COMP0249 Public
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