MATLAB Projects
UCLA's Intro to MATLAB comprised of variosu homework assignments with smaller coding problems, gradually building up to the final project.
The final project models disease spreading across various population over time. In the globes depicted, each point representas a population of people. the red dots indicate an intial infection; as each node's infected population grows, it transitions color until it recovers to the green state. Each population affects the poulations immediately surrounding it, leading to a variable spread, originating from the select locations with initial infections.
Other notable parts of the course include various simulations like the one shown above, which mimick the behavior of a typical beam bending problem. Various other coding problem like: solving the birthday paradox, mass spring simulations, ODE sovlers, etc. can be found in the Github linked at the top or bottom of the page.