Skip to content

Installation prerequisites for visual stimulation

GuyHyman edited this page Jul 29, 2020 · 4 revisions

Software

Data acquisition and Output Controllers

matlab packages and scripts:

IMPORTANT: as of 29.07.2020, the GUI toolbox malfunctions in matlab 2020a. Please avoid using this or later versions.

VStim code important notes:

  • In VStim: if you want to configure computer specific values (e.g. the port number of the used by parallel port), you can use the file ‘NET\PCspecificFiles\VSConfig.txt’, and change a VStim object property’s value by adding ‘property = value’ (notice the space before an after ‘=’). e.g. to change port number to 3BC write “parallelPortNum = 956” (value given in decimal not hexidecimal).
  • to see where the main NET dir use NSKToolBoxMainDir=fileparts(which('identifierOfMainDir4NSKToolBox'));