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
3b92c1b1
Commit
3b92c1b1
authored
Apr 11, 2013
by
Houtan Bastani
Browse files
remove unused variables
parent
73fcf971
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/load_csv_file_data.m
View file @
3b92c1b1
...
@@ -84,8 +84,8 @@ if ~( isequal(withnames,0) || isequal(withnames,1) )
...
@@ -84,8 +84,8 @@ if ~( isequal(withnames,0) || isequal(withnames,1) )
error
(
'
load_csv_file_data
::
Third
input
argument
has
to
be
equal
to
1
or
0
!
'
)
error
(
'
load_csv_file_data
::
Third
input
argument
has
to
be
equal
to
1
or
0
!
'
)
end
end
%
Output
initialization
%
Output
initialization
time
=
[];
data
=
[];
varlist
=
[];
varlist
=
[];
%
Check
if
file
exists
.
%
Check
if
file
exists
.
if
check_file_extension
(
file
,
'
csv
'
)
if
check_file_extension
(
file
,
'
csv
'
)
...
...
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