Hello All
I use quite much the operations like e.g.:
a=[1 -3 4];
b=a(find(a>0));
In LabVIEW I need to make a for loop with shift registers, for every element verify the condition, if true insert the element to the vector, etc. etc.
It is so easy in Matlab, is there a very simple way to do it in LV. Maybe there is some vi which I have not noticed.
Thanks in advance.
Pawel