How to make a table with date times and durations?
Show older comments
Hi, I have a set of datetimes and durations, and I want to merge them and display them in a table. I just can't figure out how to set the timezones, keep on getting errors. Any help is appreciated, I attached the files for extra clarity.
Thanks!
Accepted Answer
More Answers (1)
Sameer Pujari
on 19 Jul 2021
Table can be found simply using this
T=table(rampD_start,rampD_end,rampD_dur)
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!