Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b = 2;
c = 3;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13048 Solvers
594 Solvers
229 Solvers
2770 Solvers
Given A4 sizes find A3's long side
36 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!