Difference between revisions of "Software tutorial"
Jump to navigation
Jump to search
m |
m |
||
Line 6: | Line 6: | ||
# [[Software tutorial/My first program|My first program]] (required for [[Tutorial_1_-_2010|Tutorial 1]]) | # [[Software tutorial/My first program|My first program]] (required for [[Tutorial_1_-_2010|Tutorial 1]]) | ||
# [[Software tutorial/Loops|<tt>for</tt> loops and <tt>while</tt> loops]] (required for [[Tutorial_1_-_2010|Tutorial 1]]) | # [[Software tutorial/Loops|<tt>for</tt> loops and <tt>while</tt> loops]] (required for [[Tutorial_1_-_2010|Tutorial 1]]) | ||
# [[Software tutorial/Scripts and functions|Scripts and functions]] (useful for [[Tutorial_2_-_2010|Tutorial 2]]) |
Revision as of 15:33, 19 September 2010
This tutorial will expand as we progress in the course. Each section has notes for both MATLAB and Python.
- About the course software
- Software installation
- Getting started
- My first program (required for Tutorial 1)
- for loops and while loops (required for Tutorial 1)
- Scripts and functions (useful for Tutorial 2)