Responsible for this page: Fredrik Gustafsson , fredrik_at_isy.liu.se
Page last update: 2012-02-27
The compressed directories below contains almost all of the Matlab code in the book. "m-files (mfiles.zip 225kB)". Add this directory to the search path in startup.m by including the something like addpath('C:/matlab/work/mfiles') or where-ever you choose to put the uncompressed files, or type that line each time you start Matlab. These m-files are handy when you study the applications or the programming. Here you can also find solutions to selected exercises.
"guidedtours (guidedtours.zip 225kB)". Note that when these are run, a text-file is created by the functions mcode* (contained in m-files.zip), which look exactly as in the book. You can, however, open the guided tours in an editor and copy and paste the code into the Matlab window. This may save time, since you don't have to type the code from the book into Matlab yourself.