dseries: bug fix: add delimiter for importdata for .csv files

time-shift
Houtan Bastani 2014-11-06 14:46:27 +01:00
parent 3f4f348a0a
commit 884cbc3fbe
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if isoctave
withvars = L.numlimits(2,1) > L.txtlimits(2,1);
withtime = L.numlimits(1,1) > L.txtlimits(1,1);
else
A = importdata(file);
A = importdata(file, ',');
if ~isstruct(A)
data = A;
T = {};