Conversion to double from timeseries is not possible

22 次查看(过去 30 天)
I have a simulink model where I logged a few signals and exported the timeseries data using the 'Data Inspector'. I want to perform some calculations using samples at certain times.
MATLAB shows an error when I try to save the output(While loop) in a row matrix.
Can you help on how I can fix this without trying to convert the logged save format.

采纳的回答

Walter Roberson
Walter Roberson 2022-3-10
编辑:Walter Roberson 2022-3-10
getsampleusingtime() retrieves a subset of a timeseries, but is itself a timeseries object. You need to access the Data property of the object .
Note: you might want to consider converting the timeseries to a timetable() object, and using retime()

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time Series Events 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by