-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.m
More file actions
33 lines (27 loc) · 815 Bytes
/
TODO.m
File metadata and controls
33 lines (27 loc) · 815 Bytes
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
%% Ready 2 GITHUB
% FOR DYSKINESIA DATA run:
% >>ScriptTest
%% TO DO list
%
%% Guide to plot AIMs Scores
% Main Function: plot_aims
% Options:
% global/global-sum/basic
% /amplitude/...
% ALO-sum/ALO-basic
% TYPE:
% >>help plot_aims
% >>CONDITION_A=[]
% % COPYDATA TO EMPTY MATRIX CONDITION_A
% >>[SessionScore_A,AIMs_D1]=plot_aims(CONDITION_A,'global');
% % To add plots at the same figure:
% >>CONDITION_B=[];
% % COPYDATA TO EMPTY MATRIX CONDITION_B
% >>[SessionScore_B,AIMs_B]=plot_aims(CONDITION_B,'global');
% PLOT Session Scores:
% >>Labels={'Condition A';'Condition B'};
% >>plot_session(SessionScore_A,SessionScore_B,Labels);
% Plot Rainclouds For AIMsData Output
% plot_aims_time(AIMs_D1.all,AIMs_D2.all,Labels);
% PLOT TOTAL Speceific AIMs
% >>plot_session(SessionScore_A,SessionScore_B,Labels);