Skip to content

Commit 66f235a

Browse files
committed
add output info
1 parent f59feda commit 66f235a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/readOutputFilter.m

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
% - filterContent: string, the content of the column you want to filter out. It can take just
1717
% part of the content name (e.g., you want to display the triggers and you have 'trigger_motion'
1818
% and 'trigger_static', 'trigger' as input will do)
19+
%
20+
% OUTPUT:
21+
%
22+
% - outputFiltered: dataset with only the specified content, to see it in the command window
23+
% use display(outputFiltered)
24+
1925

2026
% Get the outputfile path
2127
tsvFile = fullfile(cfg.dir.outputSubject, ...
@@ -35,4 +41,3 @@
3541
outputFiltered = outputDataset(filterIdx,:);
3642

3743
end
38-

0 commit comments

Comments
 (0)