Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Spring-Mass Harmonic Oscillator From MAE 2030. Covers implementation of the Euler's method for numerical integration, pre-allocation, plotting, function creation and structure creation. Contains numerous embedded YouTube videos.

Structures and Handles From MAE 3250. An intermediate-level tutorial on structured programming in MATLAB using structures and handles in the context of finite-element analysis. It shows how you can figure out most things yourself by properly navigating the online documentation. It emphasizes developing code incrementally, testing obsessively at each stage.

...