Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x =[2 3 3 3 5 3 3 5 5 5 5 5 5];
y_correct = 7;
assert(isequal(num_mode(x),y_correct))
|
2 | Pass |
x =[8 8];
y_correct = 2;
assert(isequal(num_mode(x),y_correct))
|
1051 Solvers
Program an exclusive OR operation with logical operators
639 Solvers
Create a square matrix of multiples
383 Solvers
384 Solvers
289 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!