Metabolic Modelling, Spring 09 (4 cr, 2 cu)
Excercise 2
The second weeks excercises are computer practicals where we learn MATLAB. No homework is required, but if you are not familiar with MATLAB, we encourage you to study some tutorials beforehand.
We will have a set of tasks to accomplish using MATLAB, and pairing with classmates and asking for help is encouraged. Everyone is free to work on the tasks at their own pace, while the assistant can be asked for help.
Practicals will be held in BK107 on tuesday 24.3 at 16.15.
Some instructions
- Start by
matlab
command-line modematlab -nodesktop
- Help inside matlab:
>> help max MAX Largest component. For vectors, MAX(X) is the largest element in X. For matrices, MAX(X) is a row vector containing the maximum element from each column. For N-D arrays, MAX(X) operates along the first non-singleton dimension. ...
- Tab completes function names
- Tutorials:
- Jarmo Hurri's Matlab tutorial
.
- Official Getting started guide
. A long tutorial with lots of illustrations and sample code, easy to read. Chapters 2 and 4 are most usefull.
- Union college tutorial. Nice tutorial about the essentials of Matlab.
- Jarmo Hurri's Matlab tutorial