Github & Tips

Check my Github programs repository:

https://github.com/maristar

https://github.com/mstavrin

Github at University of Oslo:

https://github.uio.no/maristar

Matlab tips:

How to import an edat2 file from E-prime into Matlab for further analysis: Check Here:

Cell to string: if temp is a cell, that contains one string for example 'Oslo_city', then temp{:} gives the content in the string format.

Simple signal to check peak detection algorithms: Click Here.