Filter löschen
Filter löschen

Problem with data type: calculate [HH:mm:ss.FFF]

2 Ansichten (letzte 30 Tage)
René Dienemann
René Dienemann am 25 Mär. 2020
Beantwortet: Steven Lord am 25 Mär. 2020
Hey, I need an easy way, to convert this time from [HH:mm:ss.FFF] into seconds. I have tried different ways, but I always have problems with the type of the data.
If I convert the data from str2double, I get "NaN" or can I seperate "HH, mm, ss, FFF" to calculate the seconds?
Thanks and best regards René

Antworten (1)

Steven Lord
Steven Lord am 25 Mär. 2020
Convert the text representations of those values into a duration array then call seconds on the duration array.

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by