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
-
2212 Solvers
-
224 Solvers
-
Back to basics 3 - Temp Directory
358 Solvers
-
64 Solvers
-
540 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!