This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
f = @(x)x^2;
g = @(x)x+1;
h = composeFcn(f,g);
assert(isequal(h(3),16));
|
2 | Fail |
f = @round;
g = @sqrt;
h = composeFcn(f,g);
assert(isequal(h(8),3));
|
It dseon't mettar waht oedrr the lrettes in a wrod are.
652 Solvers
141 Solvers
579 Solvers
246 Solvers
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!