Revision 4dbf0ec391b877f21402aed9e8351fe8f7468d14 authored by D019 Rig on 19 December 2019, 23:25:22 UTC, committed by D019 Rig on 19 December 2019, 23:25:22 UTC
1 parent 4cac1d4
activateCEDS64.m
function activateCEDS64
% This script actiates the CEDS64 library aka Spike2 MATLAB SON Interface
%
% see http://ced.co.uk/upgrades/spike2matson for more information
% Each computer MUST install this!
%
% Maxwell Gagnon
if isempty(getenv('CEDS64ML'))
setenv('CEDS64ML', 'C:\CEDMATLAB\CEDS64ML');
end
cedpath = getenv('CEDS64ML');
addpath(cedpath);
CEDS64LoadLib( cedpath );

Computing file changes ...