Here are all my MATLAB projects. A description of each of them is provided, as well as images to show the results.
Code can be found in this repository.
- The projects were all made in Spanish, however comments and main text were translated to help non-Spanish speakers
- Keep in mind some variable names may still be in Spanish
In this project, I created a real-time simulation of a car movement along the racetrack.
This project was finished November 2022. Code is found on file "car_simulation.mlapp".
Here are some results:
Important points:
- Physic calculations were done to determine whether skidding was going to happen according to the car's velocity
- The track was created by simple cubic interpolation, based on initial points
- This project was created in teams, but I was in charge on writing the code.
- Created with MATLAB app designer
In this project, I created a simulation of the trajectory of volcanic rocks. This was done by calculating the rock's position using Euler's method (numeric method).
This project was Finished in October 2022. Code is found on file "Volcano_rocks_simulation.mlapp".
Here are some results
Important points:
- This project was created in teams, but I was in charge on writing the code.
- Created with MATLAB app designer.
- Graphs not in real time, but drawn bit by bit for better visualization.




