Info

This question is closed. Reopen it to edit or answer.

how to create a time table from a table with a column with year number as row times?

1 view (last 30 days)
i want to assain variable t as row times vector in the table2timetable command

Answers (1)

Stephan
Stephan on 18 Feb 2019
Hi,
try:
arimaxdata.t = years(arimaxdata.t)
arimaxdata = table2timetable(arimaxdata)
Best regards
Stephan

Tags

Community Treasure Hunt

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

Start Hunting!