Creating Array in Simulink
8 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
ES
on 31 Jul 2017
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 Comments
More Answers (0)
See Also
Categories
Find more on String in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!