why textscan did not work ?

2 Ansichten (letzte 30 Tage)
huda nawaf
huda nawaf am 3 Nov. 2011
hi, I have file as:
1488844,3,2005-09-06
822109,5,2005-05-13
885013,4,2005-10-19
I used textscan to get each column alone then I can deal with date to convert it , but no give what I need. thanks
  1 Kommentar
Fangjun Jiang
Fangjun Jiang am 3 Nov. 2011
You've been here long enough to learn to use the {}Code format.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 3 Nov. 2011
textscan(fid, '%f%f%s', 'Delimiter', ',')
  3 Kommentare
huda nawaf
huda nawaf am 3 Nov. 2011
sorry
it is working ,now, i did not do clear.
but please when i used
datenum(c{3})
I got
DATENUM failed.
Failed to parse date string.
Error using ==> datevec
2005 is too large to be a month.
Walter Roberson
Walter Roberson am 3 Nov. 2011
datenum(c{3},'yyyy-mm-dd')

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Dates and Time finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by