Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
A = 400;
y_correct = 20;
assert(isequal(findside(A),y_correct))
|
2 | Pass |
%%
A = 144;
y_correct = 12;
assert(isequal(findside(A),y_correct))
|
3 | Pass |
%%
A = 225;
y_correct = 15;
assert(isequal(findside(A),y_correct))
|
4 | Pass |
%%
A = 256;
y_correct = 16;
assert(isequal(findside(A),y_correct))
|
Back to basics 6 - Column Vector
908 Solvers
Back to basics 11 - Max Integer
678 Solvers
434 Solvers
Find the maximum number of decimal places in a set of numbers
738 Solvers
07 - Common functions and indexing 3
317 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!