1d scattered data interpolation

Hey everybody,
Matlab is becoming my arch enemy and I need some brave soldier to help me with my next battle, I have the following data:
x=[23 312 6546] y=[3 43 342]
So I can make a scattered 'graph' of points (x,y)
Now I want to linearly interpolate for example in the point, say (6,*) how can I do this? I used already 'griddedInterpolant' and other options!
Thank you very much in advance,
James

댓글 수: 1

Walter Roberson
Walter Roberson 2012년 11월 6일
6 is not within your range of x values, so you cannot interpolate to there; you would have to extrapolate.

댓글을 달려면 로그인하십시오.

 채택된 답변

추가 답변 (1개)

James van Viersen
James van Viersen 2012년 11월 6일

0 개 추천

Thanks Roberson I know I can do for example interp1(x,y,43)!
Much appreciated,
James

카테고리

도움말 센터File Exchange에서 Discrete Data Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by