I need to combine data provided as a six different cell array in one cell
Show older comments
I have data in a table and I need to combine first six rows in one cell row and then format it as a time (Year, Month, Day Hour, Minute, Second)
please advice me how to accomplish this task
thank you in advance

Answers (1)
Max Heimann
on 14 Jan 2022
You could try
datestr(datenum(combined_in_one_file(:,1:6)))
1 Comment
Lia Kirtadze
on 17 Jan 2022
Categories
Find more on Dates and Time in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
