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]
232 Solvers
Create a vector whose elements depend on the previous element
292 Solvers
309 Solvers
204 Solvers
198 Solvers
Problem Tags