Sterling Baird - MATLAB Central
photo

Sterling Baird


Last seen: 3年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersFile ExchangeZoom OutFrom 01/19 to 03/25Use left and right arrows to move selectionFrom 01/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
6 回答

File Exchange

3 ファイル

ランク
2,704
of 297,870

評判
22

コントリビューション
4 質問
6 回答

回答採用率
50.0%

獲得投票数
11

ランク
8,613 of 20,500

評判
92

平均評価
4.90

コントリビューション
3 ファイル

ダウンロード
6

ALL TIME ダウンロード
536

ランク

of 159,704

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • GitHub Submissions Level 2
  • 5-Star Galaxy Level 3
  • Thankful Level 2
  • 3 Month Streak
  • Personal Best Downloads Level 1
  • Revival Level 1
  • First Submission
  • First Answer
  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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...

4年弱 前 | 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...

4年以上 前 | 8

回答済み
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(...

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...

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...

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...

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

3

回答