Difference between revisions of "SPSW 2012 summer school exercise session"

Line 7: Line 7:
  
 
=== Installing Octave ===
 
=== Installing Octave ===
 +
 +
== For Windows==
 
# Download this [http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/Octave%203.6.1%20for%20Windows%20MinGW%20installer/Octave3.6.1_gcc4.6.2_20120303.7z/download file]
 
# Download this [http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/Octave%203.6.1%20for%20Windows%20MinGW%20installer/Octave3.6.1_gcc4.6.2_20120303.7z/download file]
 
# Uncompress it (called Octave3.6.1_gcc4.6.2_20120303.7z) to some directory (let's call it octave3.6.1)
 
# Uncompress it (called Octave3.6.1_gcc4.6.2_20120303.7z) to some directory (let's call it octave3.6.1)

Revision as of 16:41, 12 June 2012

This page is about the exercise session of the SPSW 2012 summer school on Modelling Development in Plant Sciences that will take place June 21st in Mürren

Summary

During the exercise session you will get introduced to Ordinary Differential Equations and how to solve them numerically using standard numerical software. We will then consider multicellular models and simulate pattern formation with Turing systems. For those already familiar with this, more advanced topics will be presented.

We will use Octave (or Matlab for those who have it) and Vlab for the practicals. In order to fully benefit form the exercise session, you should install this software on your laptop and bring it to the summer school.

Installing Octave

For Windows

  1. Download this file
  2. Uncompress it (called Octave3.6.1_gcc4.6.2_20120303.7z) to some directory (let's call it octave3.6.1)
  3. Open Windows explorer and type: “octave” (without quotes) in the search box.
  4. Find the file octave.exe (or just octave) and create a short-cut to it (right-click on it and “create shortcut”)
  5. Retype “octave shortcut” in the search box
  6. Find the file “Octave.exe – Shortcut” and move it to the desktop
  7. Double click on that shortcut. A window should appear and after a while some text should appear meaning that Octave is running in it.
  8. Type: "1+1" (without quotes) in the window and check if Octave knows the answer
  9. Type: "sombrero(24)". If a nice sombrero figures appears, it means you have a working Octave installation.