필터 지우기
필터 지우기

Convert timetable into matrix where time is a variable

조회 수: 114 (최근 30일)
Joel Schelander
Joel Schelander 2021년 3월 9일
편집: Adam Danz 2021년 3월 9일
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