How to convert timeseries to array

조회 수: 58 (최근 30일)
Joris van Dort
Joris van Dort 2019년 7월 30일
댓글: Joris van Dort 2019년 8월 7일
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?

답변 (1개)

Sai Bhargav Avula
Sai Bhargav Avula 2019년 8월 2일
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
Joris van Dort
Joris van Dort 2019년 8월 7일
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?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Resource Allocation Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by