Skip to content

Commit 2cd37c2

Browse files
committed
fix readAndFilter
1 parent ffd4154 commit 2cd37c2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/readAndFilterLogfile.m

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
% you have ``trigger_motion`` and ``trigger_static``, ``trigger`` as input
1818
% will do)
1919
% :type filterBy: string
20-
% :param varargin: either ``cfg`` (to display the last run output) or
21-
% the file path as string
20+
% :param varargin: either ``cfg`` (to display the last run output) or the file path as string
2221
%
23-
% :returns: - :outputFiltered: dataset with only the specified content
24-
% to see it in the command window use display(outputFiltered)
22+
% :returns: - :outputFiltered: dataset with only the specified content to see it in the command window use display(outputFiltered)
2523
%
2624
%
2725

0 commit comments

Comments
 (0)