Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y_correct = 2;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 81;
y_correct = 9;
assert(isequal(your_fcn_name(x),y_correct))
|
1143 Solvers
284 Solvers
Calculate distance travelled when given radius and rotations
183 Solvers
Height of a right-angled triangle
448 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!