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 | Pass |
h = 1.5;
y_correct = 1.3608;
assert(isequal(round(your_fcn_name(h),4), y_correct))
ans =
1.3608
|
2 | Pass |
h = 2.0;
y_correct = 1.5713;
assert(isequal(round(your_fcn_name(h),4), y_correct))
ans =
1.5713
|
404 Solvers
Matlab Basics - Logical Tests I
193 Solvers
Find the sides of an isosceles triangle when given its area and height from its base to apex
449 Solvers
133 Solvers
134 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!