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!