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

remove unused variables

parent 73fcf971
Branches
Tags
No related merge requests found
...@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment