Introductory courses in MATLAB and Scientific Python


Here you will find documentation and files to my MATLAB introductory course and an adaption to Scientific Python. Download the documentation and the listed M files and data files required to run the introductory course.

Documentation:

    Download Introduction to MATLAB . The document has the following sections:

    1Introduction.
    2MATLAB's user interface.
    3Basic functions.
    4Visualisation.
    5Programming.
    6Analysis.

Download the powerpoint presentation to the MATLAB introduction course .

You will need the following files to be able to do the examples and the exercises.

M files og data files

File Description
nucseq.mat MATLAB data file with representation of DNA string.
photopl.txt Data file with pulse measurements by photoplethysmography.
findpeaks.m MATLAB function for local maxima detections.

Visit MathWorks for more information about MATLAB .

An adaptation to Scientific Python is also available: Introduction to Scientific Python .