Convert timetable into matrix where time is a variable

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 日

1 投票

A = [minutes(TT.Time), TT.Var1];

その他の回答 (0 件)

カテゴリ

製品

リリース

R2019a

質問済み:

2021 年 3 月 9 日

編集済み:

2021 年 3 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by