Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = false;
assert(isequal(multipleof9(x),y_correct))
|
2 | Pass |
x = 9;
y_correct = true;
assert(isequal(multipleof9(x),y_correct))
|
3 | Pass |
x = 10;
y_correct = false;
assert(isequal(multipleof9(x),y_correct))
|
4 | Pass |
x = 111222;
y_correct = true;
assert(isequal(multipleof9(x),y_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13054 Solvers
given 3 sides, find area of this triangle
680 Solvers
Output any real number that is neither positive nor negative
316 Solvers
07 - Common functions and indexing 4
319 Solvers
273 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!