MATLAB 

Coding projects using MATLAB! Some of the cool results I've obtained during research projects.

This first set of code demonstrates what parameters would stabilize a CubeSat with 8 thrusters in orbit. 

This image contains the pseudocode for the project. It demonstrates how the code runs and what it does. 

This image contains the main MATLAB script. Once clicking the run function on the top of the screen, the user is asked to input chamber pressure (Pc) and initial vehicle weight (Wi) in the form of a linearly spaced vector. The chamber pressure and initial weight linear vector forms are defined in the MATLAB script. 

Graphical Results! All the results can be viewed here as well. 

This second set of code demonstrates whether oil on an engine surface is at risk of autoignition. 

Result

Above are the generated results. The surrounding temperatures are fire hazard possibilities. The results demonstrate fire at any surrounding temperature between 10 and 50 degrees Celsius. 

Final MATLAB result demonstrating the autoignition region (green region). 

Given a specific problem statement to conduct a steam powerplant analysis, four plots were constructed using MATLAB. This included the turbine work as a function of the steam exit temperature from the boiler considering pressure changes, the turbine work as the steam exit temperatures from the boiler varies, the turbine work considering the two cases, and the plant efficiency considering the two cases. The specific problem statement and research can once again be found in the "research projects" section.