How to convert timeseries to array

280 Ansichten (letzte 30 Tage)
Joris van Dort
Joris van Dort am 30 Jul. 2019
Kommentiert: Joris van Dort am 7 Aug. 2019
I am working with SimEvents and want to store the Data of each entity in an array.
Working with "To Workspace" will give me the timesseries, but I want the data in an array.
Changing the setting in "To Workspace" does not work, because it 'Cannot propagate bus signal because this input port requires a non-bus signal.'
Is there an easy way of converting the Data of timeseries to an array?

Antworten (1)

Sai Bhargav Avula
Sai Bhargav Avula am 2 Aug. 2019
Changing the setting “save format” in the To Workspace block to Array should work. Another work around would be to use the output block and log the data. You can also use the scope block to log the data.
  1 Kommentar
Joris van Dort
Joris van Dort am 7 Aug. 2019
Thank you for the answer! But I have some remarks:
In SimEvents it is not possible to output entitys by output block, or is it?
If I try to change the save format in the Workspace Block following error occurs:
I now change some things and get the information I want though a normal output port, but it would still be helpful to be able to convert timeseries to array or tables. Is this possible in general?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Messages finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by