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))
|
2500 Solvers
Read a column of numbers and interpolate missing data
1235 Solvers
1901 Solvers
669 Solvers
Add a row of zeros on top of a matrix
193 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!