Feeds
답변 있음
What is the code for lagrange interpolating polynomial for a set of given data?
function [P,R,S] = lagrangepoly(X,Y,XX) %LAGRANGEPOLY Lagrange interpolation polynomial fitting a set of points % [P,R,S] =...
What is the code for lagrange interpolating polynomial for a set of given data?
function [P,R,S] = lagrangepoly(X,Y,XX) %LAGRANGEPOLY Lagrange interpolation polynomial fitting a set of points % [P,R,S] =...
3년 초과 전 | 0
