Creating Array in Simulink
조회 수: 9 (최근 30일)
이전 댓글 표시
Hello,
I have an one dimensional array containing 200 specific values that they don't have constant difference.
I want to create this array in simulink so that the values go to an output one by one every 0.1 miliseconds.
Is there any suggestion about this problem?
I appreciate your help.
Thanks,
Pouriya
댓글 수: 0
채택된 답변
ES
2017년 7월 31일
The 1-D array will be put in a constant block. ANd using an index selector and timer logic, you can select each element in the consecutive cycles. Please have a look at the attachment.
댓글 수: 3
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 String에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!