Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 3.05 KB

README.md

File metadata and controls

39 lines (29 loc) · 3.05 KB

MATLAB Workshops for QMUL

Contents 🧾

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

Accessing the resources 👨‍💻

  • Clone the repository to your local machine: git clone https://github.com/mughees-asif/matlab-qmul.git

Help 🆘

Contributing ⛑

Pull Request Process 👩‍🔧

  • 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.