Given x = [1 2 4 8 17] and
t = [1 3 2 5 4]
then y = [1 4 2 17 8].
Solution Stats
Problem Comments
6 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers128
Suggested Problems
-
Find common elements in matrix rows
2720 Solvers
-
Create a square matrix of multiples
502 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
894 Solvers
-
Replace multiples of 5 with NaN
470 Solvers
-
find the roots of a quadratic equation
243 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
function needs one more input Vishal
I added two inputs (x,t) to the test suite.
@abdullah:thanks dude.
Test case seems wrong.
test case 1
...is fine.