Versions Compared

Key

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

...

MATLAB from The MathWorks is a high-level language and interactive environment for numerical computation and data visualization. If you have never used MATLAB before, we recommend watching some of these videos from The MathWorks , in particular the Getting Started video.

...

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.

Introductory MATLAB Learning Module From MAE 2120. An extended introduction that discusses important MATLAB basics such as functions and vectorization. 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.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.

...