Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 793 Bytes

setup.md

File metadata and controls

21 lines (16 loc) · 793 Bytes
layout title permalink
page
Setup
/setup/

You will need to install MATLAB or GNU Octave to do this lesson.

You will also need to download some data, which we will analyze using MATLAB:

  1. Make a new folder in your Desktop called matlab-novice-inflammation.
  2. Download matlab-novice-inflammation-data.zip and move the file to this folder.
  3. If it’s not unzipped yet, double-click on it to unzip it; this will place all the data in the matlab-novice-inflammation directory.
  4. You can access this folder from the Unix shell with:
cd Desktop/matlab-novice-inflammation/data

{: .bash}