Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [-5 1 6;
-5 5 -5;
4 9 2];
y_correct = 27;
assert(isequal(your_fcn_name(x),y_correct))
y =
27
|
2 | Pass |
x = [ -2 2 -2 13;
5 11 10 8;
-2 7 -2 12;
4 14 15 1];
y_correct = 102;
assert(isequal(your_fcn_name(x),y_correct))
y =
102
|
17210 Solvers
2261 Solvers
401 Solvers
Determine the length of a string of characters
171 Solvers
373 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!