Problem 1447. Determine value using Look-up table method
Given a set of 2 vectors x and y related in a certain way, you are supposed to find value of y (ydash) given a particular value of x (xdash).
Example:
Given x=1:10, y=10:10:100, if xdash = 5.5 then ydash = 55.
Solution Stats
Problem Comments
-
1 Comment
Vanessa Wang
on 29 Oct 2025
The test suite has been updated to account for floating point comparisons
Solution Comments
Show commentsProblem Recent Solvers55
Suggested Problems
-
Return a list sorted by number of occurrences
2888 Solvers
-
Find the peak 3n+1 sequence value
2564 Solvers
-
Back to basics 4 - Search Path
379 Solvers
-
Back to basics 21 - Matrix replicating
1784 Solvers
-
Sum the elements in either diagonal of a square matrix
220 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!