Azzera filtri
Azzera filtri

Convert timetable into matrix where time is a variable

114 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Adam Danz
Adam Danz il 9 Mar 2021
Modificato: Adam Danz il 9 Mar 2021
A = [minutes(TT.Time), TT.Var1];

Più risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by