Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = -1:1:3
y_correct = [-1 1 1 2 3];
assert(isequal(your_fcn_name(x),y_correct))
x =
-1 0 1 2 3
int =
2
x =
-1 1 1 2 3
|
Calculate distance travelled when given radius and rotations
132 Solvers
167 Solvers
309 Solvers
197 Solvers
Calculate the number of elements in a matrix.
53 Solvers