Fixed typo in comments.

time-shift
Stéphane Adjemian (Scylla) 2014-05-02 13:13:31 +02:00 committed by Stéphane Adjemian (Charybdis)
parent 27587e1ea5
commit 4da4623c94
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ for i=5:nargin
EXPRESSION = [EXPRESSION, varargin{i}];
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');
% Remove the time indices.