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
16cba161
Commit
16cba161
authored
Dec 03, 2012
by
Stéphane Adjemian
Browse files
Fixed bug (removed first row of data).
parent
7f10bccf
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/load_csv_file_data.m
View file @
16cba161
...
...
@@ -187,3 +187,6 @@ for linea = 1+withnames:ndx
end
end
end
%
Remove
first
line
if
withnames
data
=
data
(
1
+
withnames
:
ndx
,
:
);
\ No newline at end of file
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