Skip to content
Snippets Groups Projects
Commit da02ca32 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix error message in horzcat

parent 633d8818
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ for i=2:nargin ...@@ -35,7 +35,7 @@ for i=2:nargin
o.time = [o.time; p.time]; o.time = [o.time; p.time];
end end
else else
error('dates','All input arguments must have the same frequency!') error('dates:horzcat','All input arguments must have the same frequency!')
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment