Lecturer — MATLAB
teaching sophomore level MATLAB course to undergrade mechanical engineering students at CSU Fullerton
→ lecture delivery, homework/exam design, mentorship, student assessment 📊
→ aug 2025 - dec 2025
role
I was the instructor of record for EGME 205 — Digital Computation, section 20304, at Cal State Fullerton, Fall 2025, teaching Tuesdays/Thursdays. Undergrads needed a practical bridge between classroom theory and the numerical tools they’d actually use as engineers, so I built and taught a MATLAB-based course covering applied programming and numerical methods for mechanical engineering problems, from algorithm development through data processing and visualization.
outcome
a class of students who can now actually open MATLAB and get something useful out of it.
lap time simulation project
the class project had students build a lap time simulation in MATLAB. The underlying algorithm was based on James Hakewill’s lap time simulation approach.
to keep the project scoped to a semester and teach students how to build on top of existing code rather than write everything from scratch, Saud Khan’s lap time simulation algorithm was used as boilerplate for students to extract data from and extend.