필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I want to select only 2,3,4 from an array of [ 1 2 3 4 5 6 7 8].How can i implement this in Simulink?

조회 수: 1 (최근 30일)
I want to select only 2,3,4 from an array of [ 1 2 3 4 5 6 7 8].How can i implement this in Simulink?
  댓글 수: 2
Guillaume
Guillaume 2015년 11월 5일
Not enough information provided. What is the selection criteria?
You want [2 3 4] because of their positions (indices 2 to 4)
You want [2 3 4] because of their values (values between 2 and 4)
You want [2 3 4] because they're the first three numbers following a 1?
Some other reason?
Each case results in a different solution.

답변 (1개)

mangal deep
mangal deep 2015년 11월 5일
One possible solution would be you can filter all those required number store it in a variable using matlab and then you can export this variable to simulink..

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by