Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
c1616872
Commit
c1616872
authored
Nov 12, 2012
by
Stéphane Adjemian
Browse files
Removed useless path informations in (dynSeries) horzcat overloaded method.
parent
d92a7775
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/horzcat.m
View file @
c1616872
...
...
@@ -72,7 +72,6 @@ else
end
%
@test
:
1
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
[
transpose
(
1
:
10
),
2
*
transpose
(
1
:
10
)];
%
$
B
=
[
transpose
(
1
:
10
),
2
*
transpose
(
1
:
10
)];
...
...
@@ -104,7 +103,6 @@ end
%
@eof
:
1
%
@test
:
2
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
[
transpose
(
1
:
10
),
2
*
transpose
(
1
:
10
)];
%
$
B
=
[
transpose
(
5
:
12
),
2
*
transpose
(
5
:
12
)];
...
...
@@ -139,7 +137,6 @@ end
%
@eof
:
2
%
@test
:
3
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
[
transpose
(
1
:
7
),
2
*
transpose
(
1
:
7
)];
%
$
B
=
[
transpose
(
5
:
11
),
2
*
transpose
(
5
:
11
)];
...
...
@@ -174,7 +171,6 @@ end
%
@eof
:
3
%
@test
:
4
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
[
transpose
(
1
:
7
),
2
*
transpose
(
1
:
7
)];
%
$
B
=
[
transpose
(
5
:
9
),
2
*
transpose
(
5
:
9
)];
...
...
@@ -209,7 +205,6 @@ end
%
@eof
:
4
%
@test
:
5
%
$
addpath
..
/
matlab
%
$
%
Define
a
data
set
.
%
$
A
=
[
transpose
(
1
:
10
),
2
*
transpose
(
1
:
10
)];
%
$
B
=
[
transpose
(
1
:
10
),
3
*
transpose
(
1
:
10
)];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment