https://github.com/cvnlab/GLMsingle
Revision 868fc70a6b76fb7ff6e70661cb0f69ee2fb2d6fc authored by Jacob Prince on 19 August 2021, 04:38:54 UTC, committed by GitHub on 19 August 2021, 04:38:54 UTC
1 parent 9eefd26
Raw File
Tip revision: 868fc70a6b76fb7ff6e70661cb0f69ee2fb2d6fc authored by Jacob Prince on 19 August 2021, 04:38:54 UTC
updated readme schematic
Tip revision: 868fc70
setup.m
% This script adds GLMsingle to the MATLAB path.

% Add GLMsingle to the MATLAB path (in case the user has not already done so).
path0 = strrep(which('setup.m'),'/setup.m','/matlab');
addpath(genpath(path0));
clear path0;
back to top