How to concatenate table elements?
1 view (last 30 days)
Show older comments
Struggling in MATLAB
on 19 Mar 2022
Edited: Struggling in MATLAB
on 19 Mar 2022
I am trying to concatenate the table elements of which each of them are double array. How can I do it effectively? I have attached the table for
reference. Basically I am trying to put together all the coordinatetimes values together.

2 Comments
Accepted Answer
Walter Roberson
on 19 Mar 2022
all_times = vertcat(all_trials_on_date.coordinatetimes{:});
1 Comment
More Answers (0)
See Also
Categories
Find more on Creating and Concatenating Matrices 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!