For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n.
Example
x= [ 1 2 3 4 5 1 2 4 6]
n=3
y_correct= [ 3 3 3 4 5 3 3 4 6]
Thanks for adding the third test case. It is very interesting (still working on passing)
3418 Solvers
Saving MATLAB session to a file
117 Solvers
Simple equation: Annual salary
3410 Solvers
Create a two dimensional zero matrix
275 Solvers
148 Solvers