My favorite 2 projects i’ve worked on so far at rose hulman ave been configuring a movable model in solidworks, and sorting algorithms in matlab.

This is a model I assembled and set constraints for. I’ve always been comfortable with designing stuff, but before now I never put models together in a way to test motion and forced of objects in different positions.

This is a test I did which randomly generates a string with the same length of an input string. It uses a function to generate that string. Then it generated the string until the random string matches the input string. I think its a cool representation of random functions and was the first function I’ve made in matlab.