access nth element from an array in simulink
조회 수: 28 (최근 30일)
이전 댓글 표시
I have a 2D-array of positions imported from workspace. I want to increment the count to access the next element from array once a robot has reached this position. But I am unable to do so on simulink as the data that is imported is a timeseries and it continuously changes as simulation is progressing. Any help would be appreciated.
Thank you.
댓글 수: 0
채택된 답변
Sebastian Castro
2015년 8월 10일
One of its configurations is that the selection index can be passed in via an input port. To do this, you change the Index Option (for the dimension you want) to Index vector (port) . This way, you can increment your counter outside and change the index as you need to.
- Sebastian
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!