MATLAB Workshops for QMUL
Topics covered | Presentation | Code | Cheatsheet | |
---|---|---|---|---|
1 | MATLAB Introduction | Link | MATLAB or PDF | Link |
2 | Simulink Introduction | Link | Bouncing ball example | Link |
3 | Deep Learning with Poker | Link | Poker (downloads the zip folder with all the code) |
Link |
- Clone the repository to your local machine:
git clone https://github.com/mughees-asif/matlab-qmul.git
- Github Flow: All the
code
changes happen through pull requests:- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
- Will be reviewed and merged.
- Fork the repo and create your branch from