![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12806163_1525836049359_DEF.jpg)
Sterling Baird
Followers: 0 Following: 0
Statistiques
RANG
2 694
of 297 016
RÉPUTATION
22
CONTRIBUTIONS
4 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
11
RANG
8 610 of 20 419
RÉPUTATION
92
CLASSEMENT MOYEN
4.90
CONTRIBUTIONS
3 Fichiers
TÉLÉCHARGEMENTS
6
ALL TIME TÉLÉCHARGEMENTS
531
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
iGB5DOF
Drop-in replacement for Bulatov, Reed, Kumar (BRK) function, GB5DOF.m. We provide a higher fidelity and more versatile iGB5DOF.m...
presque 3 ans il y a | 1 téléchargement |
A soumis
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...
environ 3 ans il y a | 3 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/913d7e70-058b-46c2-b0b0-e22242f7daff/dbd9d864-6fa3-4b66-8e52-cf1c3d6daeef/images/1643519024.png)
Question
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseHow 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...
plus de 4 ans il y a | 8
A soumis
tblvertcat
Vertically concatenate 2+ tables, each with common and/or different field names and variable number of rows.
plus de 4 ans il y a | 2 téléchargements |
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...
plus de 4 ans il y a | 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(...
plus de 4 ans il y a | 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...
plus de 4 ans il y a | 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...
plus de 4 ans il y a | 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...
plus de 4 ans il y a | 0
Question
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
environ 6 ans il y a | 3 réponses | 0