How can I use one data element from my MAT-file each time a trigger is issued in Simulink?

1 次查看(过去 30 天)
I have a data vector stored in a MAT-file, and every time a trigger is issued, I would like to get the next data element from the MAT-file data vector.

采纳的回答

MathWorks Support Team
You can do this by first loading the data vector inside the MAT-file into the MATLAB workspace using the model's "PreLoadFcn", and then using a Selector block that selects only one data element from the data vector each time a trigger is issued.
An example model (triggered_example.mdl) is attached. In the example, a Constant block is used to store the data vector. The Selector block chooses the next data element, based on the output of a counter. The counter is implemented by using a Sum block with a feedback.

更多回答(0 个)

类别

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