Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y_correct = 2;
assert(isequal(your_fcn_name(x),y_correct))
ans =
2
|
2 | Pass |
x = 81;
y_correct = 9;
assert(isequal(your_fcn_name(x),y_correct))
ans =
9
|
4106 Solvers
819 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
583 Solvers
903 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!