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))
|
2 | Pass |
h = 2.0;
y_correct = 1.5713;
assert(isequal(round(your_fcn_name(h),4), y_correct))
|
Determine whether a vector is monotonically increasing
11915 Solvers
6360 Solvers
309 Solvers
convert matrix to single column
306 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!