matlab插值法實(shí)例

matlab插值法實(shí)例

ID:41486468

大小:135.00 KB

頁(yè)數(shù):4頁(yè)

時(shí)間:2019-08-25

matlab插值法實(shí)例_第1頁(yè)
matlab插值法實(shí)例_第2頁(yè)
matlab插值法實(shí)例_第3頁(yè)
matlab插值法實(shí)例_第4頁(yè)
資源描述:

《matlab插值法實(shí)例》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫(kù)。

1、SeveralTypicalInterpolationinMatlabLagrangeInterpolationSupposing:x144169225y121315Ifx=175,whiley=?Solution:LagrangeInterpolationinMatlab:functiony=lagrange(x0,y0,x);n=length(x0);m=length(x);fori=1:mz=x(i);s=0.0;fork=1:np=1.0;forj=1:nifj~=kp=p*(z-x0(j))/(x0(k)-x0(j));endends=p*y0(k)+s;endy(i)=s;e

2、ndinput:x0=[144169225]y0=[121315]y=lagrange(x0,y0,175)obtaintheanswer:x0=144169225y0=121315y=13.2302SplineInterpolationSupposing:x149161234Resolvethecubicsplinefunctions(x)Solution:Inputx=[1496];y=[1496];x=[1496];pp=spline(x,y)pp=form:'pp'breaks:[1469]coefs:[3x4double]pieces:3order:4dim:1output:p

3、p.coefsans=-0.05000.5333-0.81671.0000-0.05000.08331.03332.0000-0.0500-0.21670.76674.0000Itshowsthecoefficientsofcubicsplinepolynomial,so:S(x)=Newton’sInterpolationSupposing:x149123ResolveSolution:Newton’sInterpolationinmatlab:functionyi=newint(x,y,xi);n=length(x);ny=length(y);ifn~=nyerrorendY=zer

4、os(n);Y(:,1)=y';fork=1:n-1fori=1:n-kifabs(x(i+k)-x(i))

5、26672.5000ThedifferencebetweenseveralOne-dimensionalInterpolationslike`nearest`、`linear`、`spline`、`cubic`Supposing,y=sin(x).*exp(-x/5),plotthefigure.Solution:programofMATLAB:x=0:1:4*pi;y=sin(x).*exp(-x/5);xi=0:0.1:4*pi;y1=interp1(x,y,xi,'nearest');y2=interp1(x,y,xi,'linear');y3=interp1(x,y,xi,'sp

6、line');y4=interp1(x,y,xi,'cubic');plot(x,y,'o',xi,y1,'g-',xi,y2,'r:',xi,y3,'k-.',xi,y4,'b--');legend('Original','Nearest','Linear','Spline','Cubic');operatetheprogramandobtainthefigure:(Itshowsthatthesmoothnessof'nearest'istheworstand`cubic`isthebest.)

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無(wú)此問(wèn)題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無(wú)法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。