Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y_correct = 1;
assert(isequal(num_inputs(1),y_correct))
|
2 | Pass |
y_correct = 2;
assert(isequal(num_inputs(1,1),y_correct))
|
3 | Pass |
y_correct = 0;
assert(isequal(num_inputs(),y_correct))
|
Count from 0 to N^M in base N.
220 Solvers
Find the largest value in the 3D matrix
1056 Solvers
Rotate and display numbered tile
239 Solvers
Compute a dot product of two vectors x and y
750 Solvers
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!