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]
1964 Solvers
Sum the elements in either diagonal of a square matrix
144 Solvers
394 Solvers
324 Solvers
290 Solvers
Problem Tags