Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3; 4 5 6]
y_correct = 6;
assert(isequal(your_fcn_name(x),y_correct))
x =
1 2 3
4 5 6
|
2 | Pass |
x = [1 2 3; 4 5 7]
y_correct = 7;
assert(isequal(your_fcn_name(x),y_correct))
x =
1 2 3
4 5 7
|
Remove any row in which a NaN appears
6827 Solvers
given 3 sides, find area of this triangle
680 Solvers
07 - Common functions and indexing 6
348 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
251 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!