Let x be a vector of unknown length, we are always interested in the last 3 numbers in the vector, write a function that gives those numbers for any vector x
example:
x = [1 2 3 4]
output = [2 3 4]
Change the sign of even index entries of the reversed vector
213 Solvers
202 Solvers
177 Solvers
135 Solvers
Output a vector which is table of 9
102 Solvers
Problem Tags