How to convert a vector of durations to just floats

26 ビュー (過去 30 日間)
Seth Charles
Seth Charles 2019 年 3 月 6 日
回答済み: Geoff Hayes 2019 年 3 月 6 日
I have a vector of duration types that are all seconds and I want to convert that vector to just a vector of floating point numbers. How can I do this?

回答 (1 件)

Geoff Hayes
Geoff Hayes 2019 年 3 月 6 日
Seth - could you try using the Convert Durations to Numeric Array of Seconds example and just convert as
X = ...; % your duration in seconds array
S = seconds(X); % S is the floating point equivalent
I haven't tried the above...but it might work.

カテゴリ

Help Center および File ExchangeDates and Time についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by