-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfunpsy.m
33 lines (30 loc) · 1.32 KB
/
funpsy.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
function funpsy()
% FUNPSY toolbox for fMRI functional phase synchronization
% Displays information about the toolbox version, authors and references
text=[
'\r\rFUNPSY toolbox for fMRI functional phase synchronization\r\r' ...
'RELEASE: 0.1 beta\r' ...
'CODE VERSION: 0.1.9\r' ...
'LATST MODIFIED: 2012/06/06\r' ...
'URL: http://code.google.com/p/funpsy/\r' ...
'RSS: http://code.google.com/p/funpsy/feeds\r' ...
'Please cite: doi:10.1089/brain.2011.0068\r' ...
' Glerean, E., Salmi, J., Lahnakoski, J. M., Jääskeläinen, I. P., & Sams, M. (2012). FMRI phase synchronization as a measure of dynamic functional connectivity. Brain connectivity. doi:10.1089/brain.2011.0068 \r' ...
'\r' ...
'Developed & maintained by: Enrico Glerean - [email protected]\r' ...
'\r' ...
'Collaborators, co-authors, testers and other developers: \r' ...
' - Hanna Halme\r' ...
' - Iiro Jääskeläinen\r' ...
' - Juha Lahnakoski\r' ...
' - Jouko Lampinen\r' ...
' - Lauri Nummenmaa\r' ...
' - Juha Salmi\r' ...
' - Mikko Sams\r' ...
' - Dmitry Smirnov\r\r' ...
' - Sirius Vuorikoski\r\r' ...
'COPYRIGHT NOTICE\r' ...
' IF YOU EDIT OR REUSE PART OF THE TOOLBOX CODE, PLEASE DO NOT RE-DISTRIBUTE WITHOUT NOTIFYING THE ORIGINAL AUTHOR\r' ...
' IF YOU PUBLISH PLEASE QUOTE THE ORIGINAL ARTICLE ABOVE\r\r'
];
fprintf(text);