Versions Compared

Key

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

...

Structures and Handles 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.

redAnTS TUTORIAL redAnTS is a free MATLAB toolbox developed at Cornell University for performing 2D finite-element analysis. This introductory redAnTS tutorial takes you through the steps used for solving a simple solid mechanics problem: a humble rectangular block in uniaxial tension. The computational results are validated by comparing with the solution from elementary theory. (To come: a link for downloading redAnTS).

...