Given an input variable x, output a variable y that is equal in value to x.
Example:
Input x = 1 Output y is 1
Input x = 5 Output y is 5
Not as simple as it seems.
Find all elements less than 0 or greater than 10 and replace them with NaN
11611 Solvers
3651 Solvers
367 Solvers
Return unique values without sorting
486 Solvers
Change the sign of even index entries of the reversed vector
212 Solvers