Skill
MATLAB
Numerical computing environment used in engineering coursework for modeling, simulation, and algorithm implementation.
I learned MATLAB in a numerical methods course where we were required to implement algorithms directly in the language as part of the coursework.
Although I personally prefer implementing such algorithms in C, or using Python with NumPy for matrix-heavy operations, I appreciate MATLAB’s performance in numerical workloads and its focus on readability and simplicity. It is particularly well suited for engineers who may not have a strong background in general-purpose programming but still need to model, simulate, and analyze complex systems effectively.