Posts by Juarez • 1 point
2 posts
-
0
votes1
answer45
viewsQ: vector operation
I have two variables M1 and m2 that change each data set that imports and a vector (measured) with the values, need to see if the values of the vector are greater than M1 or smaller than the M2 and…
-
0
votes1
answer77
viewsQ: Doubt the use of If, While or for
I’m new to python programming. I have a vector with values ranging from 0 to 200 randomly and I want to do a routine to eliminate (remove) values that are below 30 and above 160, and create a new…