필터 지우기
필터 지우기

User-defined function interpolation

조회 수: 1 (최근 30일)
Guglielmo
Guglielmo 2012년 3월 12일
Is there a way in matlab to interpolate data with an user defined fuction? I mean, I can use linear interpolation, cubic etc.. and it's easy, but what if I wanted to interpolate with another function? e.g sine, or cosine or whatever.
Let's imagine we have some data and an user defined function, f(x)
x=0:0.01:10;
y=randn(size(x));
k=1:1:(size(x(:)));
I know that an interpolation must satisfy f(x(k))=y(k) for every k but i can't go much further, any help would be appreciated

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by