How to set samples and values in the ooDAce Toolbox [KRIGING]
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I try to run a couple of borehole samples in the ooDACE toolbox. I have this table:
And I need to implement it, in this code:
k = oodacefit( samples, values );
y = k.predict(x)
The toolbox' documentation doesn't explain how to build samples/values. Neither what this x is. Any ideas?
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Linear Regression 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!