MatLab Training Course Notes
Session 2

Instructor: Bill Miller
Dynamic Neuroimaging Laboratory
415.502.3726
http://dnl.ucsf.edu

Topics for Session 2

  1. Suggested reading: Introductory MatLab books
  2. Review of variables and syntax
  3. Basic file loading and saving

1. Suggested reading

The help and reference information that comes with MatLab is essentially a list and description of functions and functionality. All their documentation unfortunately doesn't really teach you about how to use MatLab. If you want something more like a guide to how to use MatLab (more than my online notes), you might try one or more the books on this list. In addition, since MatLab includes its own versions of some useful commands from the C programming language, you may find a C-language reference book useful (also on the above linked page).


2. Review of variables and syntax

Here's a consolidated review of what we learned about MatLab syntax in Session 1.


3. File loading and saving