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
6d4b6f6e
Commit
6d4b6f6e
authored
Nov 13, 2013
by
Stéphane Adjemian
Browse files
Added missing unitary tests in the testsuite.
parent
9dd03751
Changes
2
Hide whitespace changes
Inline
Side-by-side
matlab/insert_column_vector_in_a_matrix.m
View file @
6d4b6f6e
function
matrix
=
insert_column_vector_in_a_matrix
(
matrix
,
vector
,
i
)
function
matrix
=
insert_column_vector_in_a_matrix
(
matrix
,
vector
,
i
)
% --*-- Unitary tests --*--
% Copyright (C) 2013 Dynare Team
%
...
...
matlab/insert_object_in_a_one_dimensional_cell_array.m
View file @
6d4b6f6e
function
one_dimensional_cell_array
=
insert_object_in_a_one_dimensional_cell_array
(
one_dimensional_cell_array
,
object
,
i
)
function
one_dimensional_cell_array
=
insert_object_in_a_one_dimensional_cell_array
(
one_dimensional_cell_array
,
object
,
i
)
% --*-- Unitary tests --*--
% Copyright (C) 2013 Dynare Team
%
...
...
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