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!