Kriging
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Morteza Kiani
il 26 Mar 2016
Do you know how the prediction can be write out as matlab function in dace or kriging? Thanks
Risposte (3)
Wolfgang Schwanghart
il 8 Giu 2011
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
0 Commenti
Sean de Wolski
il 7 Giu 2011
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)
Vedere anche
Categorie
Scopri di più su Interpolation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!