Filter löschen
Filter löschen

Extract non zero term from Vector

2 Ansichten (letzte 30 Tage)
Zhenteng Shen
Zhenteng Shen am 30 Aug. 2017
Beantwortet: Omur Bas am 31 Aug. 2017
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?

Akzeptierte Antwort

Guillaume
Guillaume am 30 Aug. 2017
Bearbeitet: Guillaume am 30 Aug. 2017
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 Kommentare
Zhenteng Shen
Zhenteng Shen am 30 Aug. 2017
This gives the index but not the value I think
Guillaume
Guillaume am 30 Aug. 2017
As I wrote:
If you set the Show output port for nonzero input values to true, then you'll get the nonzeros values.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

KL
KL am 30 Aug. 2017
Bearbeitet: KL am 30 Aug. 2017
nonzeros - EDITED
Use it in a Matlab function block?
  5 Kommentare
Zhenteng Shen
Zhenteng Shen am 30 Aug. 2017
No I mean, I want to use it with only simulink library components

Melden Sie sich an, um zu kommentieren.


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

Kategorien

Mehr zu General Applications finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by