-
Notifications
You must be signed in to change notification settings - Fork 16
/
README.txt
76 lines (59 loc) · 3.01 KB
/
README.txt
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
%% Installation Notes %%
Authors:
Iahn Cajigas and Wasim Malik
Massachusetts Institute of Technology
To install the nSTAT toolbox:
1) Copy the files to the directory of your choice, e.g. c:\nSTAT\
2) Within Matlab, go the directory where you have copied the files
e.g. >> cd('c:\nSTAT\');
3) type nSTAT_Install from the matlab command prompt
e.g. >> nSTAT_Install
This step adds nSTAT to the matlab search path and makes the helpfiles
searchable along with all other matlab functions
4) Should you wish to install nSTAT in a directory named something other
than nSTAT, you will need to add that directory to Matlab's search
path manually
nSTAT should now appear along with all other installed toolboxes in the
matlab help browser.
% UPDATES %
The most up-to-date version of nSTAT source code can be obtained from the
subversion repository at https://code.google.com/p/nstat-for-matlab/
% CITATION %
If you use nSTAT in your work, please remember to cite the following paper
in any publications:
Cajigas I, Malik WQ, Brown EN. nSTAT: Open-source neural spike train
analysis toolbox for Matlab. Journal of Neuroscience Methods
211(2): 245?264, Nov. 2012
% LICENSE INFORMATION %
nSTAT v1 Copyright (C) 2012 Masschusetts Institute of Technology
Cajigas, I, Malik, WQ, Brown, EN
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
%% Additional files
Library files: zernike.zip, fixPSlinestyle.m, xticklabel_rotate.m were
obtained from http://www.mathworks.com/matlabcentral and are subject to
the terms and conditions of the BSD 2-Clause license located at
http://opensource.org/licenses/bsd-license.php. The respective authors
reserve copyrights on their original software.
%% Additional files
Library files: zernike.zip, fixPSlinestyle.m, xticklabel_rotate.m were
obtained from http://www.mathworks.com/matlabcentral and are subject to
the terms and conditions of the BSD 2-Clause license located at
http://opensource.org/licenses/bsd-license.php. The respective authors
reserve copyrights on their original software.
Links:
zernike polynomials
http://www.mathworks.com/matlabcentral/fileexchange/7687-zernike-polynomials
fixPSlinstyle
http://www.mathworks.com/matlabcentral/fileexchange/17928-fixpslinestyle
xticklabel_rotate:
http://www.mathworks.com/matlabcentral/fileexchange/3486-xticklabelrotate