How to set samples and values in the ooDAce Toolbox [KRIGING]
5 ビュー (過去 30 日間)
古いコメントを表示
I try to run a couple of borehole samples in the ooDACE toolbox. I have this table:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/856685/image.jpeg)
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Linear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!