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))
|
835 Solvers
594 Solvers
Create a cell array out of a struct
508 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!