Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 624 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 624 Bytes

UCLA-MATLAB-Programming

This repository includes my homework/project solutions for MAE M20 (MATLAB Programming) taken during Fall 2019

The most notable projects are Homework 7 problem #2 and the Final Project:

Homework 7 problem #2 (Conway's "Game of Life")

  • Simulate the fate of living cells by plotting them on a grid, updating the visuals real-time for every generation run. Utilize the rules of Conway's Game of Life (a white pixel = a living cell).

Final Project:

  • I utilized a genetic algorithm to find the optimal path for a 4-link robotic arm to follow, reaching a goal while avoiding static obstacles