Creating Array in Simulink
11 ビュー (過去 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!