Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 100;
y_correct = 90;
assert(isequal(Price(x),y_correct))
|
2 | Pass |
x = 150;
y_correct = 135;
assert(isequal(Price(x),y_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13051 Solvers
Determine the number of odd integers in a vector
435 Solvers
262 Solvers
2055 Solvers
30 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!