필터 지우기
필터 지우기

Kriging

조회 수: 20 (최근 30일)
AP
AP 2011년 6월 7일
댓글: Morteza Kiani 2016년 3월 26일
Can someone kindly help me about kriging 3D interpolation in MATLAB? Is there an efficient code for such an interpolation? It should be much faster than TriScatterInterp. I am wondering why Mathworks does not include it in its program.
  댓글 수: 1
Morteza Kiani
Morteza Kiani 2016년 3월 26일
Do you know how the prediction can be write out as matlab function in dace or kriging? Thanks

댓글을 달려면 로그인하십시오.

답변 (3개)

Wolfgang Schwanghart
Wolfgang Schwanghart 2011년 6월 8일
To my knowlegde there is no comprehensive geostatistical software written in Matlab. I would always use packages such gstat or gslib. There are, however, some toolboxes that interface with gstat, e.g. mgstat http://mgstat.sourceforge.net/
You can also adapt my code http://www.mathworks.com/matlabcentral/fileexchange/29025-ordinary-kriging to work in 3d. If you work on large datasets, however, it will be very slow.
So, don't stick to Matlab if you want to work with geostatistics. There are much better solutions around.
HTH, Wolfgang

Sean de Wolski
Sean de Wolski 2011년 6월 7일
You may wish to look at some of the results for kriging on the FEX. (I've never used any, but a few appear to be well rated)
  댓글 수: 1
AP
AP 2011년 6월 7일
Are you aware of any 3D interpolation by Kriging? Unfortunately, all those are 2D :(

댓글을 달려면 로그인하십시오.


Thomas Clark
Thomas Clark 2012년 10월 29일
  댓글 수: 1
AP
AP 2012년 10월 29일
편집: AP 2012년 10월 30일
Thanks Thomas. Unfortunately, I had to write my own code. Hopefully, other users will benefit from the package you cited.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by