MATLAB is a computer programming language that is used frequently in engineering industry, research, and education to write programs and solve computational problems. The following set of posts consists of a MATLAB tutorial series aimed at presenting the basic topics of MATLAB programming. This tutorial is written assuming no prior experience with MATLAB or other computer programming languages. I've tried to keep the posts interactive with example code or screenshots for each topic. For maximum benefit, I would recommend that you run MATLAB while reading and work out the discussions on your own.
- What is MATLAB?
- Getting to Know the MATLAB Environment
- MATLAB as a Calculator
- Using MATLAB Script Files
- MATLAB Vectors and Scalar Variables
- Element-by-element Operations
- 2D Plots in MATLAB
- MATLAB Matrices
- The MATLAB Matrix - Introduction
- Useful MATLAB Matrix Operations
- Solving Systems of Equations in MATLAB
- Programming in MATLAB
- Output Commands and Formatting
- User-defined Functions
- Symbolic Math in MATLAB
- Numerical Analysis
- Equation Solving, Max/Min Values
- Numerical Integration, Differential Equations
- Loops in MATLAB
In the future I plan to add many more MATLAB entries related to more advanced topics as well as examples of MATLAB application to solving some real engineering problems.