Hi,
I'm try to find a method to update a set of values in condition; and output the updated values while stop updating in the reverse condition.
If (condition0 < x < condition1)
vector updating;
else
vector output;
end
How can I use current modules to realizing the logic?
Thanks
Q
Update:
use "copy" module and feedback wire.