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 years 前 | 0