Solved
How to verify each element in a vector if its greater than a certain value, and if so to change?
Hello,
I have a vector:

And I want to make a short program in which to verify if each element in the vector is less or equal than 4.4A, or is greater than 4.4A.
And in case if an element is greater than 4.4A to set that element to 4.4A.



