photo

Sterling Baird


Last seen: mehr als 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

4 Fragen
6 Antworten

File Exchange

3 Dateien

RANG
2.749
of 300.343

REPUTATION
22

BEITRÄGE
4 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
11

RANG
8.652 of 20.926

REPUTATION
93

DURCHSCHNITTLICHE BEWERTUNG
4.90

BEITRÄGE
3 Dateien

DOWNLOADS
6

ALL TIME DOWNLOADS
548

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


iGB5DOF
Drop-in replacement for Bulatov, Reed, Kumar (BRK) function, GB5DOF.m. We provide a higher fidelity and more versatile iGB5DOF.m...

mehr als 3 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

mehr als 3 Jahre vor | 2 Downloads |

0.0 / 5
Thumbnail

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

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

etwa 5 Jahre vor | 8

Gesendet


tblvertcat
Vertically concatenate 2+ tables, each with common and/or different field names and variable number of rows.

etwa 5 Jahre vor | 3 Downloads |

5.0 / 5
Thumbnail

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

etwa 5 Jahre vor | 0

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

etwa 5 Jahre vor | 0

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

etwa 5 Jahre vor | 2

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

etwa 5 Jahre vor | 1

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

etwa 5 Jahre vor | 0

Frage


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

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 7 Jahre vor | 3 Antworten | 0

3

Antworten