table2timetable: date lost in a generated timetable

1 visualización (últimos 30 días)
alpedhuez
alpedhuez el 13 de Jun. de 2018
Editada: Sindhu Yerragunta el 19 de Jun. de 2018
I have a table that has NaN and then applied table2timetable. There were no error messages. But the resulting timetable does not have "Date" column but there are other data. Please advise.

Respuestas (1)

Sindhu Yerragunta
Sindhu Yerragunta el 19 de Jun. de 2018
Editada: Sindhu Yerragunta el 19 de Jun. de 2018
Hi Alpedhuez,
Try the following steps,
1. Import the CSV file
2. Convert the Date column to "datetime" type using
>> Test7.Date = datetime(Test7.Date)
3. Then,
>> table2timetable(Test7)
Hope this information helps.
--Sindhu

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by