How can i export data from simulink to workspace?

6 次查看(过去 30 天)
I have designed a basic model on simulink with using " To workspace" block. When i run it, only something named SimulationOutput appears where my data is in. How can i export my data directly to the work space?
  2 个评论
Mathieu NOE
Mathieu NOE 2021-4-2
this is a structure - to access each individual components (whatever their dimensions are) , do like this :
t = out.simout.Time;
data = out.simout.Data;

请先登录,再进行评论。

回答(1 个)

Reshma Nerella
Reshma Nerella 2021-4-4
Hi,
There are several ways in which you can export your Simulation data to Matlab workspace.
Refer to this documentation: Export Simulation Data

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by