Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3/4;
y_correct = 3/5;
assert(isequal(findsin(x),y_correct))
|
2 | Pass |
x = 5/12;
y_correct = 5/13;
assert(isequal(findsin(x),y_correct))
|
Given a window, how many subsets of a vector sum positive
743 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
find the maximum element of the matrix
348 Solvers
320 Solvers
1141 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!