We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59feda commit 66f235aCopy full SHA for 66f235a
src/readOutputFilter.m
@@ -16,6 +16,12 @@
16
% - filterContent: string, the content of the column you want to filter out. It can take just
17
% part of the content name (e.g., you want to display the triggers and you have 'trigger_motion'
18
% 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
+
25
26
% Get the outputfile path
27
tsvFile = fullfile(cfg.dir.outputSubject, ...
@@ -35,4 +41,3 @@
35
41
outputFiltered = outputDataset(filterIdx,:);
36
42
37
43
end
38
-
0 commit comments