Skip to content
Snippets Groups Projects
Commit 12ee7ebb authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'typo' into 'master'

plot.m: fix typo in message

See merge request !44
parents c6d61eab 0527280a
Branches
Tags
1 merge request!44plot.m: fix typo in message
Pipeline #7836 passed
......@@ -29,7 +29,7 @@ else
nvariables = vobs(o);
nobservations = nobs(o);
if nargin>2 && any(cellfun(@isdseries,varargin(2:end)))
error('dseries::plot: You cannot pass more two dseries objects!')
error('dseries::plot: You cannot pass more than two dseries objects!')
end
if ~isequal(nvariables, vobs(varargin{1}))
error('dseries::plot: The two dseries objects must have the same number of variables!')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment