Measurement data as source for Simulink model

I have an array of measurement data that I want to use as input to my model. I want Simulink to iterate through my data with the sampletime as step.
Now my model just puts all my data at once. It's probably a basic question but I am still a beginner in Matlab.
data.data is an array of 1x148901 double.

回答 (1 件)

Sebastian Castro
Sebastian Castro 2018 年 11 月 7 日

0 投票

Try a "From Workspace" block:
Or in general, you can explore all the available options for sourcing data into Simulink at this page:
- Sebastian

カテゴリ

製品

リリース

R2017b

タグ

質問済み:

2018 年 11 月 6 日

回答済み:

2018 年 11 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by