Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 2:4;
y_correct =(tan(2.*x.^2+7.*x-30.25)+log(x.^3-2.25))./(nthroot(sin(x.^3).^2+1/5*log(x.^4-2.5),3));
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Fail |
x = 6;
y_correct =(tan(2.*x.^2+7.*x-30.25)+log(x.^3-2.25))./(nthroot(sin(x.^3).^2+1/5*log(x.^4-2.5),3));
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Fail |
x = 30:2:40;
y_correct =(tan(2.*x.^2+7.*x-30.25)+log(x.^3-2.25))./(nthroot(sin(x.^3).^2+1/5*log(x.^4-2.5),3));
assert(isequal(your_fcn_name(x),y_correct))
|
387 Solvers
Find the area of the four walls
202 Solvers
327 Solvers
1172 Solvers
Display positive elements of matrix.
58 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!