forked from bjhardcastle/AVPpol_eLife2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
make_all_figs.m
44 lines (39 loc) · 810 Bytes
/
make_all_figs.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%% Make all figures
% All plots with numerical data will be generated as pdf files, close to
% their appearance in the multi-panel figures. Object arrays for each Gal4
% will be loaded when needed - some are >1GB and can take a few seconds to
% open.
% stats are printed in command window: keep a record in a log file
clear all
pathsAVP
if ~exist(plotpathAVP,'file')
mkdir(plotpathAVP)
end
delete(fig_command_window_output)
diary(fig_command_window_output)
diary on
make_all_timer = tic;
make_fig1
make_fig1s1
make_fig1s2
make_fig2
make_fig3
make_fig3s1
make_fig4
make_fig5
make_fig6
make_fig6s1
make_fig7
make_fig8
make_fig8s1
make_fig9
make_fig10
make_fig10s1
make_fig9
make_fig10
make_fig10s1
make_figX1
toc(make_all_timer)
diary off
% when finished clear the last object array loaded
clear x