Info
此问题已关闭。 请重新打开它进行编辑或回答。
how to deal with samples in simulink models
2 次查看(过去 30 天)
显示 更早的评论
Hi everyone i am new in simulink, and i build a small system that i want to deal with each element of an array separately. all block deal with the whole array like multiplication or summing and all other blocks is there any way to help me to deal with each element separately, i.e. x(5) and x(8) individually from the other array elements.
thanks
1 个评论
回答(2 个)
Azzi Abdelmalek
2014-2-4
If x is an array with a fixed size, you can use a Demux block, you can also use a Matlab function block
0 个评论
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!