What interpolation method is used to solve this problem?
이전 댓글 표시
Hi all,
In the below problem i need to find the value of u but i dont know what method to be used for this problem.So, please refer me the mathematical method used to solve this problem. Thank you in advance.
x = [1, 2, 3, 4, 5, 6, 7];
y1 = [5, 8, 7 , 6 , 4];
y2 = [11, 8, 17 , u, 32];
y3 = [45, 58, 71 , 16 , 4];
y4 = [5, 82, 71 , 63 , 42];
u = ?
댓글 수: 7
KSSV
2021년 5월 27일
What is u? Why do you think you have to use interpolation? You need to explain us the problem.
naresh bhimchand
2021년 5월 27일
KSSV
2021년 5월 27일
What is u? How u is related to x and y?
naresh bhimchand
2021년 5월 27일
@naresh bhimchand: This does not clarify the question in any way. The shown numbers could be random, or codes to open locks. You have to explain, if you assume a dependency of u to the other values of Y2, or if there is a connection to Y1 and Y3 also. Maybe all Y are building a smooth surface and we can assume, that a cubic interpolation is fair.
Currently we see a pile of numbers without a declared pattern or meaning. Then u=19 is a valid anser, but u=-sqrt(pi) also.
It is your turn to explain, why an interpolation is applicable. Based on the currently given information your problem cnnot be solved.
naresh bhimchand
2021년 5월 27일
편집: naresh bhimchand
2021년 5월 27일
@naresh bhimchand: It is impossible to suggest a solution, because the problem has not been defined yet. The given information is compatible with u=19, u=rand^23 and u=-sqrt(pi), as said already.
The detail, that there is no relation between Y1 and Y3, does not allow to guess, what the relation between u and any other numbers given in the question is.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
