Skip to content

Commit 7f975c8

Browse files
committed
finished packaging toolbox
1 parent f730be9 commit 7f975c8

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ desktop.ini
77
temp/
88
private/
99
unpublished/
10-
weifengscripts/
10+
weifengscripts/
11+
12+
#------------------ files to ignore
13+
Ephys Analysis Toolbox.prj

Ephys Analysis Toolbox.mltbx

29.1 MB
Binary file not shown.

functions/common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Common code shared by multiple projects
1+
# Common functions shared by multiple modules

functions/common/plotting/plotPeaks.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
% Set legend
4040
if ~isempty(peaks)
4141
xline(peaks,'--');
42-
legend({'Raw trace','Smoothed trace','','Gradient','Peak position'}, Location="best");
42+
legend({'Raw trace','Smoothed trace','','Gradient','Peak location'}, Location="best");
4343
else
4444
legend({'Raw trace','Smoothed trace','','Gradient'}, Location="best");
4545
end

templates/pipeline.mlx

-5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)