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 Pdf_small_icon.png and the MATLAB Notes Pdf_small_icon.png.

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 Matlab_small_icon.png
Lesson 3 Matlab_small_icon.png
Lesson 4 Matlab_small_icon.png
Lesson 5 Matlab_small_icon.png
Lesson 6 Matlab_small_icon.png
Lesson 8 Matlab_small_icon.png

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 Matlab_small_icon.png
Exercise 3.7 Matlab_small_icon.png
Exercise 4.5 Matlab_small_icon.png
Exercise 5.5 Matlab_small_icon.png
Exercise 6.6 Matlab_small_icon.png

Video Demonstrations

Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 7

Data Files