필터 지우기
필터 지우기

Selecting the last element in a vector

조회 수: 18 (최근 30일)
bethel o
bethel o 2021년 1월 28일
답변: bethel o 2021년 1월 28일
In Simulink, without typing Matlab code or using multiple blocks, How can I select the last element of a vector/multi-channel signal?
E.g if I have [1;2;3;4] and easily select the first and the rest i.e [1] and [2,3,4] using a Demux. But how can I instead split it thus: [1,2,3] and [4]. I may be missing something quite basic?

답변 (1개)

bethel o
bethel o 2021년 1월 28일
OK, got it, Multiport Selector will do just that; I haven't used Simulink in a while.

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by