Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = [5:5:75];
assert(isequal(your_fcn_name(x),y_correct))
ans =
[]
|
2 | Pass |
x = 13;
y_correct = [13:13:195];
assert(isequal(your_fcn_name(x),y_correct))
ans =
[]
|
Remove any row in which a NaN appears
6827 Solvers
given 3 sides, find area of this triangle
680 Solvers
The Hitchhiker's Guide to MATLAB
2874 Solvers
407 Solvers
436 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!