-
Notifications
You must be signed in to change notification settings - Fork 5
/
makeFigures_FigureS1.m
18 lines (13 loc) · 1.11 KB
/
makeFigures_FigureS1.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%% Make the single trial examples
out_E22_Y_pre5_2_smooth1 = getSkaggs([5 2], 'noLog', 1, 'keepTrials', 100, 'E22_Y_[5_2]_smooth1_%d.mat', 1, ...
'C:\Neuroscience\imaging\FINAL\E22_20170227_30per_userSetSD11minDur0.modelingFINAL.mat', ...
2, {'Position'}, {[0:10:300]}, {'ViewAngle', 'Evidence'}, {[], []}, ...
'towers', 'all', 'both');
out_E66_Y_pre5_2_smooth1 = getSkaggs([5 2], 'noLog', 1, 'goodTrials', 100, 'E66_Y_[5_2]_smooth1_%d.mat', 1, ...
'C:\Neuroscience\imaging\FINAL\E66_20180613_30per_userSetSD5minDur0.modelingFINAL.mat', ...
2, {'Position'}, {[0:10:340]}, {'ViewAngle', 'Evidence'}, {[], []}, ...
'alternationJeff', 'all', 'both');
plot_exampleTrialsNEW('C:\Neuroscience\imaging\FINAL\E22_20170227_30per_userSetSD11minDur0.modelingFINAL.mat', out_E22_Y_pre5_2_smooth1,'keepTrials + leftChoice');
plot_exampleTrialsNEW('C:\Neuroscience\imaging\FINAL\E66_20180613_30per_userSetSD5minDur0.modelingFINAL.mat', out_E66_Y_pre5_2_smooth1, 'goodTrials + leftChoice');
%% The training/testing set figures are generated with the other evidence
%% Figure in the script for Figure 2