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 Dynare/dseries!44
parents c6d61eab 0527280a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment