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 |
Presentation
Data Files
MATLAB Introduction Data Files
.
MFE Toolbox
Startup File (Personal Account)
You need to create a file named startup.m which contains
% This file is executed whenever ML is started path('P:\Economics\MFE',path) path('\\manor-road.ox.ac.uk\Store\Common\Economics\MFE',path)
This file should go in H:\matlab (the matlab folder under your home directory).
Startup File (IT Lab Account)
You need to create a file named startup.m which contains
% This file is executed whenever ML is started path('P:\MFE',path) path('\\manor-road.ox.ac.uk\Store\Common\IT Lab\MFE',path)
This file should go in H:\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