Repository for package with Matlab API controlling single or multiple DS8R stimulators.
To use this package, add it as a submodule to your main MATLAB workspace folder by opening a git terminal from that folder and using the command:
git submodule add git@github.com:Neuro-Mechatronics-Interfaces/matlab_package__ds8r.git +ds8r
The functions and references to this package use the package (MATLAB version of namespace) ds8r
, so you must add the folder with this syntax to set it up as a package correctly in your MATLAB workspace folder.
% To run:
ds8r.Stim_GUI();
Or if downloading as zip:
% cd to inside extracted zip
Stim_GUI();