Write a function that takes a vector x, then returns both the max value in x and its location in the vector
for example
x = [1 4 5 2 3]
output: [5,3]
All your base are belong to us
425 Solvers
690 Solvers
410 Solvers
242 Solvers
Find out total non zero element of matrix
148 Solvers
Problem Tags