Convert timetable into matrix where time is a variable
72 views (last 30 days)
Show older comments
I have a timetable that looks like this.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/544031/image.png)
What I want is a matrix that looks like this:
A=[ 3849 0.1833
3850 0.1833
3851 0.1833]
That is, the time in column 1 and in column 2 the variable
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Tables 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!