Skip to content
Snippets Groups Projects
Commit a48fde3a authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed typo in comments.

parent e9060a26
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ for i=5:nargin ...@@ -64,7 +64,7 @@ for i=5:nargin
EXPRESSION = [EXPRESSION, varargin{i}]; EXPRESSION = [EXPRESSION, varargin{i}];
end end
% Get all the variables involved in the recusive expression. % Get all the variables involved in the recursive expression.
variables = regexpi(EXPRESSION, '\w*\(t\)|\w*\(t\-\d\)|\w*\(t\+\d\)','match'); variables = regexpi(EXPRESSION, '\w*\(t\)|\w*\(t\-\d\)|\w*\(t\+\d\)','match');
% Remove the time indices. % Remove the time indices.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment