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일
A = [minutes(TT.Time), TT.Var1];

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

제품

릴리스

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