Effacer les filtres
Effacer les filtres

Convert timetable into matrix where time is a variable

114 vues (au cours des 30 derniers jours)
Joel Schelander
Joel Schelander le 9 Mar 2021
Modifié(e) : Adam Danz le 9 Mar 2021
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

Réponse acceptée

Adam Danz
Adam Danz le 9 Mar 2021
Modifié(e) : Adam Danz le 9 Mar 2021
A = [minutes(TT.Time), TT.Var1];

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by