Extract non zero term from Vector
5 views (last 30 days)
Show older comments
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?
0 Comments
Accepted Answer
Guillaume
on 30 Aug 2017
Edited: Guillaume
on 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 Comments
Guillaume
on 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.
More Answers (2)
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!