Extract non zero term from Vector

조회 수: 2 (최근 30일)
Zhenteng Shen
Zhenteng Shen 2017년 8월 30일
답변: Omur Bas 2017년 8월 31일
Hello, I have a 1 x 9 vector which contains all zeroes apart from one element which will take a +ve or -ve number, it's index will change, how do i extract this non zero number in Simulink? Is there a block for it?

채택된 답변

Guillaume
Guillaume 2017년 8월 30일
편집: Guillaume 2017년 8월 30일
A quick search for "simulink nonzeros" returns as its first link this find block. If you set the Show output port for nonzero input values to true, then you'll get the nonzeros values.
  댓글 수: 2
Zhenteng Shen
Zhenteng Shen 2017년 8월 30일
This gives the index but not the value I think
Guillaume
Guillaume 2017년 8월 30일
As I wrote:
If you set the Show output port for nonzero input values to true, then you'll get the nonzeros values.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

KL
KL 2017년 8월 30일
편집: KL 2017년 8월 30일
nonzeros - EDITED
Use it in a Matlab function block?
  댓글 수: 5
Zhenteng Shen
Zhenteng Shen 2017년 8월 30일
No I mean, I want to use it with only simulink library components

댓글을 달려면 로그인하십시오.


Omur Bas
Omur Bas 2017년 8월 31일
If all the other elements are zero, and you don't need the index, then Sum of Elements block would do the trick.

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by