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))
|
3418 Solvers
The Hitchhiker's Guide to MATLAB
2696 Solvers
find the maximum element of the matrix
254 Solvers
1231 Solvers
254 Solvers