Convert timetable into matrix where time is a variable

114 次查看(过去 30 天)
I have a timetable that looks like this.
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

采纳的回答

Adam Danz
Adam Danz 2021-3-9
编辑:Adam Danz 2021-3-9
A = [minutes(TT.Time), TT.Var1];

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by