Skip to content
Snippets Groups Projects
Commit 0527280a authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

plot.m: fix typo in message

parent c6d61eab
No related branches found
No related tags found
No related merge requests found
Pipeline #7835 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.
Finish editing this message first!
Please register or to comment