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).
perhaps you could specify a target numerical precision? (isequal on floats can be flaky)
Alfonso's solution suffers from the same problem of precision apparently. Using isequal requires that one does the exact same operation that you did (to obain the exact same error*), and closes the door for alternative or smaller solutions.
* Floating-point numbers have some precision problems: the classic example is 0.1 which becomes an infinite number as a binary.
Make the vector [1 2 3 4 5 6 7 8 9 10]
35570 Solvers
151 Solvers
How many trades represent all the profit?
520 Solvers
Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
141 Solvers
Calculate the Hamming distance between two strings
178 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!