File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- function outputFiltered = readOutputFilter (filterHeader , filterContent , varargin )
1+ function outputFiltered = readAndFilterLogfile (filterHeader , filterContent , varargin )
22 % outputFiltered = readOutputFilter(filterHeader, filterContent, varargin)
33 %
44 % It will display in the command window the content of the `output.tsv' filtered by one element
99 %
1010 % INPUT:
1111 %
12- % - filterHeader: string, the column header where the ctarget content is stored (e.g., for
13- % 'condition name ' will be 'trial type')
12+ % - filterHeader: string, the header of the column where the content of insterest is stored
13+ % (e.g., for 'trigger ' will be 'trial type')
1414 % - filterContent: string, the content of the column you want to filter out. It can take just
1515 % part of the content name (e.g., you want to display the triggers and you have
1616 % 'trigger_motion' and 'trigger_static', 'trigger' as input will do)
You can’t perform that action at this time.
0 commit comments