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. It is the standard tool for technical computing used in our classes.

// //



MATLAB TUTORIALS FROM CORNELL UNIVERSITY

...

redAnTS TUTORIAL #2 This redAnTS tutorial solves a beam bending problem and in the process shows you how to generate a mesh using the CSG Mesh Tool. It also shows you how to set boundary conditions at a point in redAnTS. You need a license to the PDE Toolbox to run the CSG Mesh Tool. Also, this mesher was developed in MATLAB version 7.0. We haven't had the time to upgrade it to later MATLAB versions. This means that in MATLAB version 7.4 or later, you'll get warnings about obsolete functions while running this mesher. We know it's ugly and not a good practice but you can ignore these warnings for now.// //



MATLAB 101

...

MATLAB Basics Tutorial If you are unfamiliar with MATLAB or have a very foggy memory of it, go through this quick tutorial from the University of Michigan and Carnegie Mellon University.

...

A More Comprehensive Introduction Covers basic concepts such as element-wise operations, loops, if statements, functions, etc. necessary to become a competent MATLAB programmer. It's well worth your time to go through the material in this introduction as you move beyond simple MATLAB programs. Includes an index.// //



Further MATLAB

...

Fitting Polynomial Models to Data A succinct description of how to "fit a line" to a set of data using MATLAB.

...

Control Tutorials An extensive set of tutorials on using MATLAB for the analysis and design of automatic control systems.// //



Frequently Asked Questions (FAQ)

...