MATLAB PROJECTS
A RANDOM WALK
A random 2-Dimensional walk simulation where left is in the positive y-direction and right is in the negative y-direction.

A RANDOM WALK W/ MULTIPLE TRIALS
The multiple trials give us an average ending spot. It can be seen that as the number of simulations is increased, the graphs follow a more bell-shaped curve centered at 0.
A RANDOM WALK W/ MULTIPLE TRIALS AND SMALLER STEP SIZE
The size of each step taken by the walker was decreased then multiple simulations were run then plotted in the histograms.
A RANDOM WALK W/ SPEED ZONE
In these simulations, there was a set "speed zone" in which the walker would take large steps if they were in the set zone in order to create a skewed result. Again, multiple simulations were done, then plotted in the histograms.
PASSWORD GENERATION AND CHECKING
In the first part of this, the goal was to randomly generate a password that had capital letters, lower case letters, numbers, and printable marks. Part 2 was used to check if a person's passcode met all the requirements.
USING MATLAB TO CREATE MODELS
The following is using MATLABÂ to model solid mechanics of a beam.
USING MATLAB AS A SYNTHESIZER
The following is using MATLAB as a synthesizer for Handel’s Messiah where the orange is the original sound and blue is the synthesized sound.