Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 613 Bytes

slforwmodeling

The package models Brain voxels' responses to a stimulus feature (e.g., motion direction) as a weighted sum of 5 sinewave "channels" with different direction preferences (phases)

Installation from the terminal on e.g., your deskop

>> git clone https://github.com/steevelaquitaine/slforwmodeling.git

Set the path where you cloned the package to (e.g., on your desktop)

>> package_path = '~/Desktop/slforwmodeling';

Add the path to matlab

>> addpath(genpath(package_path))

Now you can call the package codes from anywhere in matlab command window