Polynomial Interpolation in Matlab
이전 댓글 표시
Hei!
Can somebody help me with polynomial Interpolation in Matlab? I have a data set for x and y as vectors and N=15 as the order of polynomial.T o compute coefficient c I do as follows:
x=data(1,:);
>> y=data(2,:);
c=polyfit(x,n,14);
My question is what coefficient c is?
regards, Sergey
댓글 수: 1
Charles Garner
2020년 9월 26일
my understanding is that C is arbitrary. Pick you own value.
채택된 답변
추가 답변 (1개)
Joan Triadó
2022년 2월 4일
0 개 추천
polynomial coefficients in descending powers
카테고리
도움말 센터 및 File Exchange에서 Spline Postprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!