Problem 378. Inhomogenous Depth Scale Interpolation
Solution Stats
Problem Comments
-
2 Comments
Rafael S.T. Vieira
on 10 Nov 2020
Please, bmtran, don't use isequal with floats, prefer to use abs(a-b) < tol. Unless I use the function interp1 exactly like you did, my solution cannot pass the test suite. Please try my commented code (and the difference between the solutions is at the order of 1e-15).
goc3
on 19 Feb 2023
The test suite has been updated to not use isequal().
Solution Comments
Show commentsProblem Recent Solvers7
Suggested Problems
-
1515 Solvers
-
Remove the polynomials that have positive real elements of their roots.
1409 Solvers
-
531 Solvers
-
Arrange vector in ascending order
738 Solvers
-
484 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!