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:
1 | Introduction. |
2 | MATLAB's user interface. |
3 | Basic functions. |
4 | Visualisation. |
5 | Programming. |
6 | Analysis. |
You will need the following files to be able to do the examples and the exercises.
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. |
An adaptation to Scientific Python is also available: Introduction to Scientific Python .