How do I interpolate 3 variables to create a scatter plot?
이전 댓글 표시
Hello everyone! I have 3 variables: frequency, amplitude and reflection coefficient in form of 41x10 arrays.
Now I would need to interpolate those reflection coefficients in smaller gaps of frequencies and amplitudes (i.e. 10 Hz instead of 20 Hz) in order to increase the resolution of my scatter plot.
Can someone help me?
Many thanks. Carlo
채택된 답변
추가 답변 (1개)
Walter Roberson
2016년 12월 13일
0 개 추천
griddata and then sample at the appropriate grid locations
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!