Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 7;
y_correct = [7,4];
assert(isequal(n2im(x),y_correct))
|
2 | Pass |
x = 11;
y_correct = [11,6];
assert(isequal(n2im(x),y_correct))
|
4596 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
232 Solvers
calculate linear convolution two vectors
110 Solvers
2334 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!