フィルターのクリア

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 Center および File ExchangeTables についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by