MFE MATLAB Introduction
The MATLAB introduction is held in weeks -1 and 0 of MT 2008. If you missed some of part of this introduction, or have misplaced the material distributed, you can download the MATLAB Introduction
and the MATLAB Notes
.
Contents |
Startup File
You need to create a file named startup.m which contains
% This file is executed whenever ML is started path('Q:\Economics\MFE',path) path('\\manor-road.ox.ac.uk\Store\Shared\Economics\MFE',path)
This file should go in U:\matlab (the matlab folder under your home directory).
Solutions to Lessons
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 8
Note: Lesson 1 is a basic introduction to the use of the servers and MATLAB and does not have an m-file version. Lesson 7 covers the import of Excel data and does not have an m-file version. See below for a video presenting the material in these lessons.
Exercise Solutions
Exercise 3.6
Exercise 3.7
Exercise 4.5
Exercise 5.5
Exercise 6.6
Video Demonstrations
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 7