Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 1];
y = [1 1];
z_correct = [1 1];
assert(isequal(your_fcn_name(x,y),z_correct))
ans =
1 1
|
2 | Pass |
x = [2 2];
y = [2 3];
z_correct = [4 6];
assert(isequal(your_fcn_name(x,y),z_correct))
ans =
4 6
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
Return the 3n+1 sequence for n
6170 Solvers
Back to basics 3 - Temp Directory
328 Solvers
327 Solvers
Matlab Basics - Absolute Value
360 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!