Skip to content

vlt.neuro.vision.speed.plottuning

  vlt.neuro.vision.speed.plottuning - Plot speed tuning

   vlt.neuro.vision.speed.plottuning(SF,TF,R,...)

   Creates a plot like Priebe et al. 2006.

   On the left side, plot the speed tuning for each spatial frequency.
   On the right side, plot a "heat map" of response as a function of
   spatial frequency.

   This function also takes name/value pairs that modify its
   default behavior:
   |----------------------------------------------------------------|
   |Parameter (default)     | Description                           |
   |------------------------|---------------------------------------|
   |'marker' ('o')          | Marker type to use in plot            |
   |'linestyle' ('none')    | Line style to use                     |
   |'do_surf' (1)           | 0/1 Should we do the surface plot?    |
   |------------------------|---------------------------------------|

   Example:
     out = vlt.neuro.vision.speed.test.responseplay();
     figure;
     vlt.neuro.vision.speed.plottuning(out.SF,out.TF,out.R,'marker','d','linestyle','-');