Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=1; b=2; c=3;
y_correct = 0;
assert(isequal(your_fcn_name(a,b,c),y_correct))
|
2 | Pass |
a=3; b=4; c=5;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
|
Remove the small words from a list of words.
672 Solvers
The Hitchhiker's Guide to MATLAB
2874 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
261 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!