Sterling Baird
Followers: 0 Following: 0
統計
All
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
iGB5DOF
Drop-in replacement for Bulatov, Reed, Kumar (BRK) function, GB5DOF.m. We provide a higher fidelity and more versatile iGB5DOF.m...
2年以上 前 | ダウンロード 1 件 |
送信済み
Five Degree-of-Freedom Grain Boundary Interpolation
Fast Gaussian Process Regression (GPR) interpolation of small and large grain boundary property datasets in a 5 degree-of-freedo...
3年弱 前 | ダウンロード 1 件 |
質問
Guassian Process Regression (fitrgp()): Setting KernelScale as a constant without specifying FitMethod as 'none'
I'd like to set KernelScale as constant similar to how ConstantSigma can be specified; however, if I choose FitMethod='none', th...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Sampling from Posterior Distribution of GPR Model from fitrgp()
I can get a gprMdl via: rng(0,'twister'); N = 100; x = linspace(-10,10,N)'; y = 1 + x*5e-2 + sin(x)./x + 0.2*randn(N,1); gp...
4年弱 前 | 1 件の回答 | 0
1
回答回答済み
How can I label my graphs as (a), (b), (c) etc in subplot matlab?
Personally, I've liked using: nIDs = 4; alphabet = ('a':'z').'; chars = num2cell(alphabet(1:nIDs)); chars = chars.'; charlb...
How can I label my graphs as (a), (b), (c) etc in subplot matlab?
Personally, I've liked using: nIDs = 4; alphabet = ('a':'z').'; chars = num2cell(alphabet(1:nIDs)); chars = chars.'; charlb...
約4年 前 | 8
送信済み
tblvertcat
Vertically concatenate 2+ tables, each with common and/or different field names and variable number of rows.
約4年 前 | ダウンロード 4 件 |
回答済み
How can I concatenating 2 table
outerjoin() works in the case you described (no common variable names between the tables), but when that's not the case, it will...
How can I concatenating 2 table
outerjoin() works in the case you described (no common variable names between the tables), but when that's not the case, it will...
約4年 前 | 0
回答済み
How to vertically concatenate two tables with different sizes
Also consider looking at FEX: tblvertcat which builds on outerjoin and supports 2+ tables and shared variable names tblvertcat(...
How to vertically concatenate two tables with different sizes
Also consider looking at FEX: tblvertcat which builds on outerjoin and supports 2+ tables and shared variable names tblvertcat(...
約4年 前 | 0
回答済み
Way to concatenate tables with some but not all variables in common?
Here is a "canned" FEX function (tblvertcat) I just refactored using some old code I wrote a while ago and based on a MATLAB Ans...
Way to concatenate tables with some but not all variables in common?
Here is a "canned" FEX function (tblvertcat) I just refactored using some old code I wrote a while ago and based on a MATLAB Ans...
約4年 前 | 2
回答済み
Merge tables with different dimensions?
I built on Guillaume's answer a while back, and recently ended up making and submitting a FEX function (tblvertcat) that support...
Merge tables with different dimensions?
I built on Guillaume's answer a while back, and recently ended up making and submitting a FEX function (tblvertcat) that support...
約4年 前 | 1
回答済み
help in propagation of uncertainty calculations
While not a MATLAB solution (you mentioned other functions as being OK), Mathematica 12 has an experimental set of functions, on...
help in propagation of uncertainty calculations
While not a MATLAB solution (you mentioned other functions as being OK), Mathematica 12 has an experimental set of functions, on...
4年以上 前 | 0
質問
Is it possible to do functional gaussian process regression using fitrgp?
My understanding is that typical gaussian process regression assumes that direct observations are made: e.g. what is the altitud...
4年以上 前 | 0 件の回答 | 0
0
回答質問
How do I call a function within another function?
How do you call a function within a function like %filename: calculateA.m function calculateA(arg1, arg2) %calculations ...
6年弱 前 | 3 件の回答 | 0