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))
ans =
[]
|
2 | Pass |
a=3; b=4; c=5;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
ans =
[]
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
Create a cell array out of a struct
508 Solvers
Find the dimensions of a matrix
373 Solvers
424 Solvers
201 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!