YAGTOM: Yet Another Guide TO Matlab

The source code of this guide is available at https://github.com/ubcmatlabguide/ubcmatlabguide.github.io

By Matt Dunham and Kevin Murphy

University of British Columbia.

Last update: January 2014

This tutorial covers a number of topics on the Matlab programming language and environment, focussing on the features likely to be of use to people performing general purpose programming as well as data analysis/ statistics/ machine learning. In particular, it covers basic features as well as some recent additions to the language, such as bsxfun (added 2007a), the new object oriented programming interface (added 2008a), the containers.map hash table (added 2008b), etc. Many matlab programmers do not know about these useful features since they are buried deep inside the official documentation .

All the code for the examples in this tutorial is embedded directly into the document, allowing you to easily try it out for yourself as you work your way through the tutorial. Most of the code will work on all versions of matlab released since 2004 (version 7), although some examples require more recent versions.

We have grouped the topics by importance: 'basic' topics are essential to all users, 'intermediate' topics are useful to know about once you have gained some experience, and 'advanced' topics are for experts only and/or of limited interest.

Basics

Intermediate

Advanced


Authorized users can modify this tutorial by following these instructions . (Send Kevin Murphy an email if you want to permission to edit the source.)