克里金插值matlab代码解析
%克里金插值 Kriging interpolationload data1theta = ; lob = ; upb = ; =dacefit(S, Y, @regpoly0, @corrgauss, theta, lob, upb)X = gridsamp(, 40); = predictor(X, dmodel);X1 = reshape(X(:,1),40,40); X2 = reshape(X(:,2),40,40);YX = reshape(YX, size(X1));figure(1), mesh(X1, X2, YX)hold on,plot3(S(:,1),S(:,2),Y,'.k', 'MarkerSize',10)hold off每句代码是什么意思?求大神指导{:1106_366:}
页:
[1]