This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y_correct = 33.8;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = 0;
y_correct = 32.0;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
%%
x = 100;
y_correct = 212;
assert(isequal(your_fcn_name(x),y_correct))
|
835 Solvers
Make one big string out of two smaller strings
1148 Solvers
Sum of diagonal of a square matrix
1327 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
214 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!