Measurement data as source for Simulink model
11 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Sebastian Castro
2018-11-7
Try a "From Workspace" block:
Or in general, you can explore all the available options for sourcing data into Simulink at this page:
- Sebastian
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!