Solved
Programming/Matrices
If I have two vectors each with one column and 15 rows and I want to take the minimum of each row of the two vectors and make that a new vector is that possible?
If I have two vectors each with one column and 15 rows and I want to take the minimum of each row of the two vectors and make that a new vector is that possible?
Sure David,
Here's a solution.

Now instead of the two fixed vectors, you can call MinRow with any set of vectors you like: MinRow(FirstVector, SecondVector)=...
You will get an error if the length/size of the vectors are unequal.
Success!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.